Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pixcai/algorithms

Algorithms notes and code and leetcode solution by JavaScript
https://github.com/pixcai/algorithms

algorithm algorithms-datastructures algorithms-implemented javascript leetcode leetcode-javascript nodejs

Last synced: about 1 month ago
JSON representation

Algorithms notes and code and leetcode solution by JavaScript

Awesome Lists containing this project

README

        

# algorithms
Algorithms notes and code and leetcode solution by JavaScript

### leetcode
- [001.TwoSum](leetcode/001.TwoSum)
- [002.AddTwoNumbers](leetcode/002.AddTwoNumbers)
- [003.LongestSubstringWithoutRepeatingCharacters](leetcode/003.LongestSubstringWithoutRepeatingCharacters)
- [004.FindMedianSortedArrays](leetcode/004.FindMedianSortedArrays)
- [007.ReverseInteger](leetcode/007.ReverseInteger)
- [008.StringToInteger](leetcode/008.StringToInteger)
- [009.PalindromeNumber](leetcode/009.PalindromeNumber)
- [010.RegularExpressionMatching](leetcode/010.RegularExpressionMatching)
- [013.RomanToInteger](leetcode/013.RomanToInteger)
- [026.RemoveDuplicatesFromSortedArray](leetcode/026.RemoveDuplicatesFromSortedArray)
- [027.RemoveElement](leetcode/027.RemoveElement)
- [028.ImplementstrStr](leetcode/028.ImplementstrStr)
- [035.SearchInsertPosition](leetcode/035.SearchInsertPosition)
- [058.LengthOfLastWord](leetcode/058.LengthOfLastWord)
- [062.UniquePaths](leetcode/062.UniquePaths)
- [063.UniquePathsII](leetcode/063.UniquePathsII)
- [065.ValidNumber](leetcode/065.ValidNumber)
- [066.PlusOne](leetcode/066.PlusOne)
- [075.SortColors](leetcode/075.SortColors)
- [083.RemoveDuplicatesFromSortedList](leetcode/083.RemoveDuplicatesFromSortedList)
- [088.MergeSortedArray](leetcode/088.MergeSortedArray)
- [100.SameTree](leetcode/100.SameTree)
- [744.FindSmallestLetterGreaterThanTarget](leetcode/744.FindSmallestLetterGreaterThanTarget)
- [766.ToeplitzMatrix](leetcode/766.ToeplitzMatrix)