Skip to content

Latest commit

Β 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ“˜ DSA Assignment

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.


πŸ“‚ Contents

  • arrays/ – Basic operations on arrays
  • linked_list/ – Singly and doubly linked list implementations
  • stack/ – Stack implementation using array and linked list
  • queue/ – Queue and circular queue
  • trees/ – Binary trees, traversals, and BST operations
  • sorting/ – Bubble Sort, Selection Sort, Insertion Sort, Merge Sort, Quick Sort
  • searching/ – Linear and Binary Search
  • graphs/ – BFS, DFS, and basic graph representation (if included)
  • problems/ – Solutions to common DSA problems

πŸ› οΈ Technologies Used

  • Language: Java
  • IDE: VS Code
  • Version Control: Git

πŸš€ How to Run

  1. Clone this repository:
git clone https://github.com/devrahul7/Programming-for-Developers-Assignment.git

cd Programming-for-Developers-Assignment    

About

In this repo i have done all the assignment of my third semester of module ST5008CEM Programming-for-Developers-Assignment. I have demonstrated my knowledge of DSA using a programming language java .

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages