Skip to content

Latest commit

 

History

History
23 lines (23 loc) · 1.86 KB

README.md

File metadata and controls

23 lines (23 loc) · 1.86 KB

Code Algos I've completed, enjoy!

Profiles:

  • Codewars
  • LeetCode
  • HackerRank

Info

  • The problems I worked on in 2023
  • blind-76 are a set of problems with a focus on learning how to apply data strucutres and algos in a more focused manner.
    • I'm looking to repetitively work on a set of problems (Matrix, Array, Tree, etc..) to fully learn and understand a specific problem set and ultimately master it before moving on to the next.
    • Depth-first-then-breadth preparation: Tackle one topic at a time - revise materials for a topic, practice a few questions for that topic. After ensuring mastery, move on to the next topic. Repeat for all topics. At the end, practice a variety of questions across all topics. This strategy takes more time than others, so it's recommended if you have more than a month.

Learning Resources:

  • Blind-75 LeetCode questions
  • Study Plan