Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Data Structure and Algorithms

1. Array & String

  • One Away
  • URLify
  • Compress and Decompress String
  • Check Palindrome Permutation

2. Linked List

  • Delete Middle
  • Remove Duplicates
  • Return Kth Last
  • Delete Middle Node
  • Sum Lists

3. Stack and Queues

4. Trees and Graphs

5. Bit Manipulation

6. Math and Logic Puzzles

7. Hash Table

8. Dynamic Programming and Recursion

  • Maximum Product
  • Maximum Profit - easy
  • Maximum Profit - medium
  • Maximum Subsequence Array
  • Min cost climbing Stairs
  • Sum Range

9. Sorting and Searching

#END

You can’t perform that action at this time.