Skip to content

notes for data structures and algorithms, occasional system design problems

Notifications You must be signed in to change notification settings

codesbyshrey/ds-algos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data Structures and Algorithms

Technical Interview Preparation Problem Sets, Solutions, Explanations (Leetcode Submissions)

Table of Contents

Leetcode

HackerRank

Codeforces

CSES

USACO

Coding Dojo

APPENDIX

Other / Starred Repos

https://github.com/stars/codesbyshrey/lists/algorithms

Good Interview Links

https://youtu.be/t3qZR6Qjy-c (Javascript) https://www.youtube.com/live/ii9NLvcAfpE?feature=share (CS50 Prep Video)

Intuition

Approach

Complexity

  • Time complexity:
  • Space complexity:

Code

// code here