您可以通过在亚马逊上购物(任意商品)来支持我们 Paypal Venmo huahualeetcode 微信打赏 YouTube / B站 Admin (8) Array (152) Bash (1) Binary Search (65) Bit (38) Brute Force (1) C++ (2) Career (1) Concurrent (5) Contest (1) CS (3) Data Structure (22) Desgin ...
花花酱 LeetCode 4. Median of Two Sorted ArraysBy zxi on November 8, 2017 题目大意:求两个已经排序的数组的中位数(如果合并后)。 Problem: There are two sorted arrays nums1 and nums2 of size m and n respectively. Find the median of the two sorted arrays. The overall run time complexity...
LeetCode 847. Shortest Path Visiting All Nodes 求顶点覆盖的最短路径。 An undirected, connected graph of N nodes (labeled 0, 1, 2, ..., N-1) is given as graph. graph.length = N, and j != i is in the list graph[i] exactly once, if and only if nodes i and j are connected...
http://zxi.mytechroad.com/blog/graph/leetcode-827-making-a-large-island/Step 1: give each connected component a unique id and count its ara.Step 2: for each 0 zero, check its 4 neighbours, sum areas up by unique ids.Time complexity: O(n*m)Space complexity: O(n*m)DFS计算面积,用...
Leetcode solutions in Rust. Rust 1 Comments-Crawling Public archive SUSTech CS209 Spring2019, final term project Java Data-Visualization Public archive SUSTech CS102A Autumn2018, final term project Java SUSTech_HowManyGPA Public archive SUSTech's GPA Viewer C++ Something went wrong...
Go 8 3 go-dynamic-call Public call a go function by it's string function name Go 7 go-algorithm Public 用go实现的数据结构与算法,排序(冒泡、选择、快速排序)、查找(线性、二分、插值查找)、链表、二叉树、动态规划、leetcode题,完全golang实现 Go 5 4 Something went wrong, please refre...
花花酱Leetcode硅谷软件工程师 查看详细资料 关注他发私信 动态 回答2 视频0 提问0 文章4 专栏1 想法0 收藏1 关注订阅 他的动态 还没有动态 个人成就 获得28 次赞同 获得3 次喜欢,67 次收藏 关注了2 关注者272 关注的话题1关注的专栏0关注的问题5关注的收藏夹0 帮助中心 知乎...
// https://leetcode.cn/problems/largest-number/ // 排序字符串,让int类型的数字按字典序从大到小排序 class Solution { public: string largestNumber(vector<int>& nums) { sort(nums.begin(), nums.end(), [](const int &x, const int &y){ return to_string(x) + to_string(y) > to_...
Clément Mihailescu是YouTube的一名视频博主,他现在正在创业,创办了一个叫algoexpert的网站(类似leetcode,在线做算法题的那种),他也是google和facebook的前雇员,有兴趣可以看下他的Linkedin简历。最近他在自己的youtube channel上直接晒出了google和facebook的offer,并详细解读了薪资构成、调薪情况等。2年涨4次薪,最后...
花花酱Leetcode硅谷软件工程师 动态 回答2 视频0 提问0 文章4 专栏1 想法0 收藏1 关注订阅 他关注的人关注他的人 他订阅的专栏 腾讯技术工程 编程话题下的优秀答主 128 回答656 文章307,003 关注者 关注 泽卫 工程师磨砺,唐史爱好者,网络系统研究,RISC-V从业 ...