Doing the GDSCxLeetcode 30 day challenge. Contribute to DeeLaw-01/30DaysofLeetcode development by creating an account on GitHub.
2021_Feburary_Leetcode_30_days_challenge Array Binary Tree Dynamic_Programming_I Linked List No_0001_Two Sum No_0002_Add Two Numbers No_0003_Longest Substring Without Repeating Characters No_0007_Reverse Integer No_0008_String to Integer_aka_atoi No_0009_Palindrome Number No_0011_Contain ...
Founded Year 2015 Stage Incubator/Accelerator| Alive Total Raised $10M Mosaic Score -43 points in the past 30 days About LeetCode LeetCode operates as a professional development platform focused on the career advancement of software engineers within the education technology sector. The company provides...
文章被收录于专栏:challenge filter 关联问题 换一批 Leetcode 310的解题思路是什么? 如何实现Leetcode 310的最小高度树算法? Leetcode 310最小高度树的时间复杂度是多少? 310 最小高度树 每日一题 4月6日 给定一个树的各个边,要求选择根节点,使得树的高度最小 初步的想法是使用广度优先搜索,对于每一个根节...
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 publicclassSolution {publicbooleanisPalindrome(intx) {if(x<0)returnfalse;intquotient = x;intdigits =0;while(quotient!=0) {quotient /=10;digits++;}for(inti=1; i<=digits; i++) {int...
1438. Longest Continuous Subarray With Absolute Diff Less Than or Equal to Limit Given an array of integers nums and an integer limit, return the size
Remember, the 75 Hard Challenge is about personal growth and discipline. Stay committed to your goals, and track your journey. You've got this! Progress In first attempt I solved questions for 21 days Low Level Design Design a Parking Lot ...
I can spend hours finding bugs and analysing others' solutions. I feel very content after solving one challenge after another. In this virtual world, I gained a sense of control. I'm like a general who only gives commands and the computer will follow my order and present exactly what I ...
30-Days-Of-JavaScript 30 days of JavaScript programming challenge is a step-by-step guide to learn JavaScript programming language in 30 days. This challenge may take more than 100 days, please just follow your own pace. renren-fast-vue renren-fast-vue基于vue、element-ui构建开发,实现renren-fa...
2021_Feburary_Leetcode_30_days_challenge Array Binary Tree Dynamic_Programming_I Linked List No_0001_Two Sum No_0002_Add Two Numbers No_0003_Longest Substring Without Repeating Characters No_0007_Reverse Integer No_0008_String to Integer_aka_atoi No_0009_Palindrome Number No...