Data-Structures-and-Algorithms icon indicating copy to clipboard operation
Data-Structures-and-Algorithms copied to clipboard

An Open-Source repository that contains all the Data Structures and Algorithms concepts and their implementation in several ways, programming questions and Interview questions. The main aim of this re...

Results 150 Data-Structures-and-Algorithms issues
Sort by recently updated
recently updated
newest added

Solution for "BaseBall game" in JS.

Solution for "Build an array with stack operations" in JS.

Added Solution for "remove all adjacent duplicates in a string" in JS.

Solution for OuterMostPerentheses in JS.

Implemented Queue Stack Data structure in JS.

Created Stack using the Linked list in JS.

Created Stack Data-structure with JS.

https://github.com/thepranaygupta/Data-Structures-and-Algorithms/tree/main/01.%20DataStructures/01.%20Linked%20List/1.%20Singly-Linked-List/InterviewBit%20Questions/14.%20Palindrome%20List The Readme description is wrong for the problem the problem is about Palindrome but the Readme file has a description of Sorting a Binary linked list.

Solved Sort Binary List in JS.

Solved Reverse List 2 in JS.