Skip to content

Latest commit

 

History

History
41 lines (22 loc) · 548 Bytes

README.md

File metadata and controls

41 lines (22 loc) · 548 Bytes

Data Structure And Algorithms In JavaScript

Solution of Various Algorithmic and Data Structure problems from various platforms (eg- leetcode , GFG , hackerrank etc) compiled into this single repository.

The Data Structures Used Are :-

Arrays

Strings

Linked List

Stack

Queues

Key Value Pair - Objects

Key Value Pair - Maps

Sets

Some Of The Algorithms Used In The Repo Are

Recursion

Backtracking

Sliding Window

Dynammic Programming

2 Pointer , 3 Pointer

Searching Algorithms

Sorting Algorithms

Greedy Techniques