This is a repo that conatains information, common data structures, algorithms, and interview style problems. I put this repo together to help refresh, learn, and study for interviews. Included is answers to specific questions from common Data Structures and Algorithms practice sites like LeetCode, HackerRank, and Codility.
- Data Structures and Algorithms
- Common Problems
- LeetCode Solutions
- Codility Solutions
- Meta Careers Puzzles
- Cloud Computing
- Fundamentals
- System Design
- Classic vs. Prototypical Inheritance
- Object Oriented Design Patterns
- JavaScript In-Depth
- Event Loop
This project uses the Bun runtime to execute the TypeScript files directly.
bun install
bun install && npm i --package-lock-only
bun install --yarn
bun install && bun run lockfiles
bun run depscan
bun run update
bun run index.ts