Skip to content

Latest commit

 

History

History
91 lines (61 loc) · 4.88 KB

README.md

File metadata and controls

91 lines (61 loc) · 4.88 KB

Data Structures and Algorithm Practice

Java, Python, and JavaScript

TODO

  • Optimize Folder Structure

Usage

Language How to Run
Java IntelliJ IDE
Python CodeRunner Extension in VSCode
JavaScript Quokka.js / CodeRunner Extension in VSCode

NOTE: This is how I run them


Index

Data Structures

Algorithms

Others

Practice Questions


Useful Repositories

Multiple Languages

Java

Python

JavaScript

Other Repos

  • Coding Interview University - A complete computer science study plan to become a software engineer.
  • Algorithm Visualizer - 🎆 Interactive Online Platform that Visualizes Algorithms from Code
  • Awesome Algorithms - A curated list of awesome places to learn and/or practice algorithms.
  • Awesome Competitive Programming - 💎 A curated list of awesome Competitive Programming, Algorithm and Data Structure resources
  • SDE-Interview-Questions - Most comprehensive list 📋 of tech interview questions 📘 of companies scraped from Geeksforgeeks, CareerCup and Glassdoor.
  • Algo Deck - An Open-Source Collection of 200+ Algorithmic Flash Cards to Help you To prepare your Algorithm & Data Structure Interview 💯
  • Algorithms explanation - Popular algorithms explained in simple language with examples and links to their implementation in various programming languages and other required resources. English
  • Amazon-SDE-Test-Series - Interview preparation questions for Amazon SDE role