All Projects โ†’ TonnyL โ†’ Windary

TonnyL / Windary

Licence: mit
๐ŸŽ“ My solutions to LeetCode problems written in Go, Java, JavaScript, Kotlin, Python, Rust & Swift.

Programming Languages

swift
15916 projects

Projects that are alternatives of or similar to Windary

Leetcode Solutions
This repository consists of solutions to the problem from LeetCode platform. Subscribe to our Channel for more updates
Stars: โœญ 128 (-32.28%)
Mutual labels:  leetcode, leetcode-solutions, leetcode-java
CodingInterview
Solutions to Leetcode, CareerCup Coding problems
Stars: โœญ 64 (-66.14%)
Mutual labels:  leetcode, leetcode-solutions, leetcode-java
LeetCode-Solution-Well-Explained
My LeetCode solutions using Java. Sorted in different topics and add detailed comments for easy understanding.
Stars: โœญ 23 (-87.83%)
Mutual labels:  leetcode, leetcode-solutions, leetcode-java
Leetcode Java
LeetCode solutions written in Java
Stars: โœญ 134 (-29.1%)
Mutual labels:  leetcode, leetcode-solutions, leetcode-java
Leetcode
LeetCode Top 100 Liked Questions | Top Interview Questions | LeetCode ็”จๆˆทๆœ€ๅ–œๆฌข็š„100้ข˜ | ้ข่ฏ•ๆœ€ๅฎนๆ˜“่ขซ้—ฎๅˆฐ็š„้ข˜
Stars: โœญ 312 (+65.08%)
Mutual labels:  leetcode, leetcode-solutions, leetcode-java
Leetcodeanimation
Demonstrate all the questions on LeetCode in the form of animation.๏ผˆ็”จๅŠจ็”ป็š„ๅฝขๅผๅ‘ˆ็Žฐ่งฃLeetCode้ข˜็›ฎ็š„ๆ€่ทฏ๏ผ‰
Stars: โœญ 68,143 (+35954.5%)
Mutual labels:  leetcode, leetcode-solutions, leetcode-java
data-structures-and-algorithms
Important data structures and algorithms implemented in Java along with solutions to AlgoExpert problems and some Leetcode problems.
Stars: โœญ 222 (+17.46%)
Mutual labels:  leetcode, leetcode-solutions, leetcode-java
CodingInterview
Leetcode่งฃ้ข˜ใ€ๅ‰‘ๆŒ‡offer็ฌฌไบŒ็‰ˆ๐Ÿ’ช๐Ÿ’ช๐Ÿ’ชโ›ท๐Ÿ˜€
Stars: โœญ 28 (-85.19%)
Mutual labels:  leetcode, leetcode-solutions, leetcode-java
Leetcode
Leetcode solutions
Stars: โœญ 2,894 (+1431.22%)
Mutual labels:  leetcode, leetcode-solutions, leetcode-java
leetcode-java
๐ŸŽ“๐ŸŽ“๐ŸŽ“ Leetcode solution in Java - 536/921 Solved. https://leetcode.com/problemset/all/
Stars: โœญ 56 (-70.37%)
Mutual labels:  leetcode, leetcode-solutions, leetcode-java
Interviews
Everything you need to know to get the job.
Stars: โœญ 54,875 (+28934.39%)
Mutual labels:  leetcode, leetcode-solutions, leetcode-java
Onlinejudge Solutions
Collection of solutions to online judge problems
Stars: โœญ 45 (-76.19%)
Mutual labels:  leetcode, leetcode-solutions, leetcode-java
Leetcode
Solutions to LeetCode problems; updated daily. Subscribe to my YouTube channel for more.
Stars: โœญ 3,090 (+1534.92%)
Mutual labels:  leetcode, leetcode-solutions, leetcode-java
Leetcode-solutions
Leetcode Grinder.
Stars: โœญ 14 (-92.59%)
Mutual labels:  leetcode, leetcode-solutions, leetcode-java
Leetcode Java Solutions
Solutions to LeetCode Online Judge problems in Java
Stars: โœญ 194 (+2.65%)
Mutual labels:  leetcode, leetcode-solutions, leetcode-java
leetcode-solution-curation
A one-stop repository for LeetCode solutions.
Stars: โœญ 31 (-83.6%)
Mutual labels:  leetcode, leetcode-solutions, leetcode-java
Leetcode
LeetCodeๅˆท้ข˜่ฎฐๅฝ•ไธŽ้ข่ฏ•ๆ•ด็†
Stars: โœญ 6,469 (+3322.75%)
Mutual labels:  leetcode, leetcode-solutions, leetcode-java
Awesome Java Leetcode
๐Ÿ‘‘ LeetCode of algorithms with java solution(updating).
Stars: โœญ 8,297 (+4289.95%)
Mutual labels:  leetcode, leetcode-solutions, leetcode-java
Leetcode
โœ๏ธ ็ฎ—ๆณ•็›ธๅ…ณ็Ÿฅ่ฏ†ๅ‚จๅค‡ LeetCode with Python and JavaScript ๐Ÿ“š
Stars: โœญ 1,713 (+806.35%)
Mutual labels:  leetcode, leetcode-solutions
Leetcode Js
็”จ JS ๅˆท LeetCode
Stars: โœญ 165 (-12.7%)
Mutual labels:  leetcode, leetcode-solutions

Windary

My Solutions to LeetCode problems written in Go, Java, JavaScript, Kotlin, Python, Rust and Swift.

Progress: 117 / 1335

Solutions

# Title Go Java JavaScript Kotlin Python Rust Swift Difficulty
1 Two Sum โœ“ โœ“ โœ“ โœ“ โœ“ โœ“ โœ“ Easy
2 Add Two Numbers โœ“ โœ“ โœ“ โœ“ โœ“ โœ“ Medium
3 Longest Substring Without Repeating Characters โœ“ โœ“ โœ“ โœ“ โœ“ โœ“ Medium
5 Longest Palindromic Substring โœ“ โœ“ โœ“ โœ“ โœ“ โœ“ Medium
6 ZigZag Conversion โœ“ โœ“ โœ“ โœ“ โœ“ โœ“ Medium
7 Reverse Integer โœ“ โœ“ โœ“ โœ“ โœ“ โœ“ Easy
8 String to Integer (atoi) โœ“ โœ“ โœ“ โœ“ โœ“ โœ“ Medium
9 Palindrome Number โœ“ โœ“ โœ“ โœ“ โœ“ โœ“ Medium
11 Container With Most Water โœ“ โœ“ โœ“ โœ“ โœ“ โœ“ Medium
12 Integer to Roman โœ“ โœ“ โœ“ โœ“ โœ“ โœ“ Medium
13 Roman to Integer โœ“ โœ“ โœ“ โœ“ โœ“ โœ“ Easy
14 Longest Common Prefix โœ“ โœ“ โœ“ โœ“ โœ“ โœ“ Easy
15 3Sum โœ“ โœ“ โœ“ โœ“ โœ“ โœ“ Medium
16 3Sum Closest โœ“ โœ“ โœ“ โœ“ โœ“ โœ“ Medium
17 Letter Combinations of a Phone Number โœ“ โœ“ โœ“ โœ“ โœ“ โœ“ Medium
18 4Sum โœ“ โœ“ โœ“ โœ“ โœ“ โœ“ Medium
19 Remove Nth Node From End of List โœ“ โœ“ โœ“ โœ“ โœ“ โœ“ Medium
20 Valid Parentheses โœ“ โœ“ โœ“ โœ“ โœ“ โœ“ Easy
21 Merge Two Sorted Lists โœ“ โœ“ โœ“ โœ“ โœ“ โœ“ Easy
22 Generate Parentheses โœ“ โœ“ โœ“ โœ“ โœ“ โœ“ Medium
24 Swap Nodes in Pairs โœ“ โœ“ โœ“ โœ“ โœ“ โœ“ Medium
26 Remove Duplicates from Sorted Array โœ“ โœ“ โœ“ โœ“ โœ“ โœ“ Easy
27 Remove Element โœ“ โœ“ โœ“ โœ“ โœ“ โœ“ Easy
28 Implement strStr() โœ“ โœ“ โœ“ โœ“ โœ“ โœ“ Easy
29 Divide Two Integers โœ“ โœ“ โœ“ โœ“ โœ“ โœ“ Medium
31 Next Permutation โœ“ โœ“ โœ“ โœ“ โœ“ โœ“ Medium
33 Search in Rotated Sorted Array โœ“ โœ“ โœ“ โœ“ โœ“ โœ“ Medium
34 Search for a Range โœ“ โœ“ โœ“ โœ“ โœ“ โœ“ Medium
35 Search Insert Position โœ“ โœ“ โœ“ โœ“ โœ“ โœ“ Easy
36 Valid Sudoku โœ“ โœ“ โœ“ โœ“ โœ“ โœ“ Medium
38 Count and Say โœ“ โœ“ โœ“ โœ“ โœ“ โœ“ Easy
39 Combination Sum โœ“ โœ“ โœ“ โœ“ โœ“ โœ“ Medium
40 Combination Sum II โœ“ โœ“ โœ“ โœ“ โœ“ โœ“ Medium
41 First Missing Positive โœ“ Hard
43 Multiply Strings โœ“ โœ“ โœ“ โœ“ โœ“ โœ“ Medium
46 Permutations โœ“ โœ“ โœ“ โœ“ โœ“ โœ“ Medium
47 PermutationsII โœ“ โœ“ โœ“ โœ“ โœ“ โœ“ Medium
48 Rotate Image โœ“ โœ“ โœ“ โœ“ โœ“ โœ“ Medium
49 Group Anagrams โœ“ โœ“ โœ“ โœ“ โœ“ โœ“ Medium
50 Pow(x, n) โœ“ โœ“ โœ“ โœ“ โœ“ โœ“ Medium
53 Maximum Subarray โœ“ โœ“ โœ“ โœ“ โœ“ โœ“ Easy
54 Spiral Matrix โœ“ โœ“ โœ“ โœ“ โœ“ โœ“ Medium
55 Jump Game โœ“ โœ“ โœ“ โœ“ โœ“ โœ“ Medium
56 Merge Intervals โœ“ โœ“ โœ“ โœ“ โœ“ โœ“ Medium
58 Length of Last Word โœ“ โœ“ โœ“ โœ“ โœ“ โœ“ Easy
59 Spiral Matrix II โœ“ โœ“ โœ“ โœ“ โœ“ โœ“ Medium
61 Rotate List โœ“ โœ“ โœ“ โœ“ โœ“ โœ“ Medium
62 Unique Paths โœ“ โœ“ โœ“ โœ“ โœ“ โœ“ Medium
63 Unique Paths II โœ“ โœ“ โœ“ โœ“ โœ“ โœ“ Medium
64 Minimum Path Sum โœ“ โœ“ โœ“ โœ“ โœ“ โœ“ Medium
66 Plus One โœ“ โœ“ โœ“ โœ“ โœ“ โœ“ Easy
67 Add Binary โœ“ โœ“ โœ“ โœ“ โœ“ โœ“ Easy
69 Sqrt(x) โœ“ โœ“ โœ“ โœ“ โœ“ โœ“ Easy
70 Climbing Stairs โœ“ โœ“ โœ“ โœ“ โœ“ โœ“ Easy
71 Simplify Path โœ“ โœ“ โœ“ โœ“ โœ“ โœ“ Medium
73 Set Matrix Zeroes โœ“ โœ“ โœ“ โœ“ โœ“ โœ“ Medium
74 Search a 2D Matrix โœ“ โœ“ โœ“ โœ“ โœ“ โœ“ Medium
75 Sort Colors โœ“ โœ“ โœ“ โœ“ โœ“ โœ“ Medium
77 Combinations โœ“ โœ“ โœ“ โœ“ โœ“ โœ“ Medium
78 Subsets โœ“ โœ“ โœ“ โœ“ โœ“ โœ“ Medium
79 Word Search โœ“ โœ“ โœ“ โœ“ โœ“ โœ“ Medium
80 Remove Duplicates from Sorted Array II โœ“ โœ“ โœ“ โœ“ โœ“ โœ“ Medium
81 Search in Rotated Sorted Array II โœ“ โœ“ โœ“ โœ“ โœ“ โœ“ Medium
82 Remove Duplicates from Sorted List II โœ“ โœ“ โœ“ โœ“ โœ“ โœ“ Medium
83 Remove Duplicates from Sorted List โœ“ โœ“ โœ“ โœ“ โœ“ โœ“ Easy
86 Partition List โœ“ โœ“ โœ“ โœ“ โœ“ โœ“ Medium
88 Merge Sorted Array โœ“ โœ“ โœ“ โœ“ โœ“ โœ“ Easy
89 Gray Code โœ“ โœ“ โœ“ โœ“ โœ“ โœ“ Medium
90 SubsetsII โœ“ โœ“ โœ“ โœ“ โœ“ โœ“ Medium
91 Decode Ways โœ“ โœ“ โœ“ โœ“ โœ“ โœ“ Medium
92 Reverse Linked List II โœ“ โœ“ โœ“ โœ“ โœ“ โœ“ Medium
93 Restore IP Addresses โœ“ โœ“ โœ“ โœ“ โœ“ โœ“ Medium
94 Binary Tree Inorder Traversal โœ“ โœ“ โœ“ โœ“ โœ“ โœ“ Medium
95 Unique Binary Search Trees II โœ“ โœ“ โœ“ โœ“ โœ“ โœ“ Medium
96 Unique Binary Search Trees โœ“ โœ“ โœ“ โœ“ โœ“ โœ“ Medium
98 Validate Binary Search Tree โœ“ โœ“ โœ“ โœ“ โœ“ โœ“ Medium
100 Same Tree โœ“ โœ“ โœ“ โœ“ โœ“ โœ“ Easy
101 Symmetric Tree โœ“ โœ“ โœ“ โœ“ โœ“ โœ“ Easy
102 Binary Tree Level Order Traversal โœ“ โœ“ โœ“ โœ“ โœ“ โœ“ Medium
104 Maximum Depth of Binary Tree โœ“ โœ“ โœ“ โœ“ โœ“ โœ“ Easy
107 Binary Tree Level Order Traversal II โœ“ โœ“ โœ“ โœ“ โœ“ โœ“ Easy
112 Path Sum โœ“ โœ“ โœ“ โœ“ โœ“ โœ“ Easy
118 Pascal's Triangle โœ“ โœ“ โœ“ โœ“ โœ“ โœ“ Easy
119 Pascal's Triangle II โœ“ โœ“ โœ“ โœ“ โœ“ โœ“ Easy
136 Single Number โœ“ โœ“ โœ“ โœ“ โœ“ โœ“ Easy
137 Single Number II โœ“ โœ“ โœ“ โœ“ โœ“ โœ“ Medium
141 Linked List Cycle ? โœ“ โœ“ ? โœ“ ? Easy
142 Linked List Cycle II ? โœ“ โœ“ ? โœ“ ? Medium
147 Insertion Sort List โœ“ โœ“ โœ“ โœ“ โœ“ โœ“ Medium
148 Sort List โœ“ โœ“ โœ“ โœ“ โœ“ โœ“ Medium
151 Reverse Words in a String โœ“ Medium
153 Find Minimum in Rotated Sorted Array โœ“ Medium
154 Find Minimum in Rotated Sorted Array II โœ“ Hard
155 Min Stack โœ“ Easy
160 Intersection of Two Linked Lists ? โœ“ โœ“ ? โœ“ ? Easy
168 Excel Sheet Column Title โœ“ โœ“ โœ“ โœ“ โœ“ โœ“ Easy
169 Majority Element โœ“ โœ“ โœ“ โœ“ โœ“ โœ“ Easy
189 Rotate Array โœ“ โœ“ โœ“ โœ“ โœ“ โœ“ Easy
190 Reverse Bits ? โœ“ โœ“ ? โœ“ ? Easy
204 Count Primes โœ“ Easy
206 Reverse Linked List โœ“ Easy
215 Kth Largest Element in an Array โœ“ Medium
217 Contains Duplicate โœ“ Easy
231 Power of Two โœ“ Easy
242 Valid Anagram โœ“ Easy
268 Missing Number โœ“ Easy
283 Move Zeroes โœ“ Easy
326 Power of Three โœ“ Easy
344 Reverse String โœ“ Easy
347 Top K Frequent Elements โœ“ Medium
350 Intersection of Two Arrays II โœ“ Easy
371 Sum of Two Integers โœ“ Easy
378 Kth Smallest Element in a Sorted Matrix โœ“ Easy
387 First Unique Character in a String โœ“ Easy
412 Fizz Buzz โœ“ Easy
709 To Lower Case โœ“ โœ“ โœ“ โœ“ โœ“ โœ“ Easy
867 Transpose Matrix โœ“ โœ“ โœ“ โœ“ โœ“ โœ“ Easy

Contributions

โš ๏ธ Notice: We do NOT accept pull requests currently.

License

Windary is under an MIT license. See the LICENSE for more information.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].