Skip to content

Latest commit

Β 

History

76 Commits

Folders and files

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

Repository files navigation

πŸš€ Overview

Hello Team! This repository documents the topics and exercises I have tackled throughout CIS2101 - Data Structures and Algorithms, These topics are mainly handled in the C programming language.

This repository is a comprehensive collection of Data Structures and Algorithms implementations in C. This repository contains my hands-on exploration of fundamental computer science concepts, with multiple implementations and variations for each data structure. - GPT made this paragraph but it's true

πŸ“ Project Structure

DSA_THINGS/
β”œβ”€β”€ Exercises/          # Exercises from teacher and different platforms
β”‚   β”œβ”€β”€ Bartlet/        # Sir Bartlett exercises
β”‚   β”œβ”€β”€ Ciscode/        # Ciscode problems and solutions
β”‚   β”œβ”€β”€ CodeChum/       # CodeChum exercises/activities solutions
β”‚   β”œβ”€β”€ LeetCode/       # LeetCode problem solutions
|   └── Tutorial        # DSA Tutorial activity solutions
β”œβ”€β”€ Topics/           
β”‚   β”œβ”€β”€ Array List/      # Array list implementations
β”‚   β”œβ”€β”€ Bit Vector Set/     # Bit vector data structure
β”‚   β”œβ”€β”€ Cursor Based List/   # Cursor-based implementations
β”‚   β”œβ”€β”€ Dictionary/     # Dictionary hash table implementations
|   β”œβ”€β”€ Graphs/         # Graphs implementations
β”‚   β”œβ”€β”€ Linked List/    # Linked list variations
β”‚   β”œβ”€β”€ Priority Queue/ # Priority Queue implementation
β”‚   β”œβ”€β”€ Queue/          # Queue data structures (Array/Linked List)
β”‚   β”œβ”€β”€ Stack/          # Stack data structures (Array/Linked List)
|   └── Trees/          # Binary Search Trees implementations
└── README.md

About

Welcome to my DSA Repository!

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages