8000 GitHub - kmanadkat/leetcode-101: Data Structures & Algorithm Problems Practice From leetcode
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Sep 27, 2021. It is now read-only.

kmanadkat/leetcode-101

Repository files navigation

Python Coding Practice - LeetCode

I chose python over c++ this time because it is more declarative and easy to build large algorithms with less lines of code. It has sufficiently large inbuilt functions for every data structure.

List

  • Find Average
  • Separate Even And Odd
  • Find Smaller Than X
  • Find Largest Number
  • Find Second Largest Number
  • Verify Non Decreasing
  • Find Odd Frequency Numbers
  • Reverse List
  • Left Rotate One
  • Left Rotate N Times

String

  • Reverse String
  • Find All Occurrences
  • Check Palindrome
  • Check Anagram
  • Vowels
  • Distinct Vowels
  • Count Words
  • String Validation
  • Check Panagram
  • Missing Panagram

Hashing

  • Count Distint Items
  • Sub Array Sum 0
  • String Permutation Palindrome
  • Count Non Repeated Numbers
  • Print Non Repeated Numbers
  • Two Sum
  • Election Win & Lexicographically Smaller

Recursion

  • Natural Numbers Sum
  • Print N to One numbers
  • Sum Of Digits
  • Tower Of Hanoi
  • Josephus Problem
  • Is Number Palindrome
  • Find GCD

About

Data Structures & Algorithm Problems Practice From leetcode

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

156D
0