This repository contains solutions and implementations related to my Data Structures and Algorithms (DSA) assignment. It includes code examples for common DSA topics such as arrays, linked lists, stacks, queues, trees, sorting algorithms, and more.
arrays/β Basic operations on arrayslinked_list/β Singly and doubly linked list implementationsstack/β Stack implementation using array and linked listqueue/β Queue and circular queuetrees/β Binary trees, traversals, and BST operationssorting/β Bubble Sort, Selection Sort, Insertion Sort, Merge Sort, Quick Sortsearching/β Linear and Binary Searchgraphs/β BFS, DFS, and basic graph representation (if included)problems/β Solutions to common DSA problems
- Language:
Java - IDE:
VS Code - Version Control:
Git
- Clone this repository:
git clone https://github.com/devrahul7/Programming-for-Developers-Assignment.git
cd Programming-for-Developers-Assignment