Skip to content

Python, C++17, Go, Java Solutions of LeetCode Problems.

License

Notifications You must be signed in to change notification settings

AntimaRai/leetcode

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 

Repository files navigation

layout title
wiki
LeetCode
  • 1 Two Sum
  • 14 Longest Common Prefix
  • 101 Symmetric Tree (Python, C++)
  • 125 Valid Palindrome (Python, C)
  • 200 Number of Islands (Python)
  • 207 Course Schedule (Python)
  • 234 Palindrome Linked List (Go)
  • 310 Minimum Height Trees (Python)
  • 332 Reconstruct Itinerary (Python)
  • 399 Evaluate Division (Python)
  • 590 N-ary Tree Postorder Traversal (Python)
  • 684 Redundant Connection (Python)
  • 704 Binary Search Python 284ms
    Same performance as when using Python's internal function, eg. target in nums
  • 792 Number of Matching Subsequences (Python)
  • 897 Increasing Order Search Tree (Python)
  • 994 Rotting Oranges (C++)

About

Python, C++17, Go, Java Solutions of LeetCode Problems.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 56.4%
  • Go 19.5%
  • C++ 16.3%
  • C 4.9%
  • Java 2.9%