mozammilrja / DASProblem

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Data Structures and Algorithms Tutorials

Welcome to the Data Structures and Algorithms Tutorials repository! This repository contains detailed tutorials on different data structures (DS) along with topic-wise problems to help you understand and master these fundamental concepts.

Introduction to Data Structures

Popular types of Data Structures

Array

Linked List

Singly Linked List

Circular Linked List

Doubly Linked List

Stack

Queue

Binary Tree

Binary Search Tree

Heap

Hashing

Graph

Introduction, DFS and BFS

Advanced Data Structure

Advanced Lists

Segment Tree

Trie

Binary Indexed Tree

Suffix Array and Suffix Tree

AVL Tree

Splay Tree

B Tree

Red-Black Tree

All Articles on Self-Balancing BSTs

K Dimensional Tree

Others

Matrix

Misc


Installation

Provide step-by-step instructions for installing any dependencies and running code examples. Include code blocks or terminal commands if necessary.

# Clone the repository
git clone https://github.com/mozammilrja/DASProblem

# Change directory
cd js-dsa

# Install dependencies (if applicable)
npm install

About


Languages

Language:JavaScript 98.7%Language:HTML 1.3%