Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 642 Bytes

File metadata and controls

5 lines (3 loc) · 642 Bytes

Data Structures & Algorithms in JavaScript

This repository contains basic implementations of data structures and algorithms using JavaScript. It includes examples of common algorithm problems such as binary search, finding duplicate numbers, second largest number in an array, two sum problem, and checking one edit distance between strings.

The repository also includes simple demonstrations of JavaScript data structures like Map, as well as implementations related to linked lists and sorting algorithms. The purpose of this repository is to practice problem solving and improve understanding of algorithmic concepts using JavaScript.