Skip to content

lunadev55/DSA-in-Csharp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

9 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

DSA in C#

Welcome to the DSA in C# repository! πŸš€

This repository contains my implementations of various data structures and algorithms in C#. It serves as a resource for learning and practicing fundamental concepts of data structures and algorithms.

Contents

  1. Data Structures:

    • Arrays
    • Linked Lists
    • Stacks
    • Queues
    • Trees
    • Graphs
    • Hash Tables
    • And more!
  2. Algorithms:

    • Searching Algorithms (Binary Search, Linear Search, etc.)
    • Sorting Algorithms (Insertion Sort, Bubble Sort, Merge Sort, Quick Sort, etc.)
    • Graph Algorithms (BFS, DFS, Shortest Path, etc.)
    • Dynamic Programming
    • And more!

How to Use

Feel free to explore the code in each directory. Each data structure and algorithm implementation is contained in its own file or directory.

You can also contribute to this repository by adding new implementations, fixing bugs, or improving existing code. Contributions are always welcome! πŸŽ‰

Happy coding! 😊

About

Data Structures and Algorithms Implementations in C# Programming Language

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages