Skip to content

Latest commit

 

History

History

py_algorithm

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Next day work

  1. Run everything in debug mode and make as many break points as possible
  2. Create a few questions from ChatGPT and solve those questions

Yet to complete

  1. Power of two
  2. Recursive fubonacci sequence
  3. Recursive factorial number
  4. bubble sort
  5. Insertion sort
  6. Quick Sort
  7. Merge sort
  8. Misc Catesian
  9. Climbing Stair
  10. Tower of hanoi

Leetcode patterns

  • Tutorial
  • Focus on pattern that repeat over an over again
    1. Sliding window pattern
    2. Subset pattern
    3. Modified binary search pattern
    4. Top k elements pattern
    5. Binary tree DFS
    6. Topological sort
    7. Binary tree BFS
    8. Two pointer

Task & Theories

  • Create theoretical common interview questions (theoretical questions with answer) and tasks for counting prime numbers in terms of DSA. (Make it inside Py comment document)