Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 470 Bytes

README.md

File metadata and controls

25 lines (22 loc) · 470 Bytes

Description

All of these algorithms are my solutions to LeetCode Problems in JavaScript.

Am currently doing:

  • Arrays - Data Structure
  • Linked Lists - Data Structure
  • Recursion - Coding Concept
  • Hashmaps - Data Structure

Need to do:

Data Structures

  • Binary Trees
  • Hash Tables
  • Queues and Stacks
  • Sets
  • Heaps
  • Tries
  • Graphs

Coding Concepts

  • Bit Arithmetic
  • Sorting Algorithms
  • Binary Search
  • Dynamic Programming
  • Several other Algorithms later on