Skip to content

I am contributing data structure and algorithms in C# programming language.

License

Notifications You must be signed in to change notification settings

SoumyadipYT-OSS/DSA-in-Csharp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📚 DSA in C# (Csharp 🚀)

Author: Soumyadip Majumder

OIP download

!Important Notes:

✅ This sign for complete all properties and methods for the class.
✔️ This sign for new features in C# 12

Welcome to the DSA in CSharp repository! This project is dedicated to providing comprehensive resources and code examples for mastering Data Structures and Algorithms (DSA) using C# 12 and .NET 8.

🚀 Features

  • Comprehensive Coverage: Includes all major data structures and algorithms.
  • Modern C#: Utilizes the latest features of C# 12 and .NET 8.
  • Practical Examples: Real-world examples to help you understand and implement DSA concepts.
  • Interview Preparation: Essential for cracking coding interviews and coding rounds.

📂 Table of Contents

  1. Introduction
  2. Basic Data Structures
  3. Advanced Data Structures
  4. Algorithms
  5. Additional Topics
  6. C# Specific Collections
  7. Pointers in C#
  8. Contributing
  9. License

📖 Introduction

This repository aims to be a one-stop resource for learning and mastering Data Structures and Algorithms in C#. Whether you're preparing for interviews or looking to enhance your coding skills, you'll find valuable content here.

🛠️ Basic Data Structures

  • Arrays
  • Strings
  • Pointers
  • Linked Lists
  • Stacks
  • Queues

🌳 Advanced Data Structures

  • Trees
  • Heaps
  • Graphs
  • Hashing

🔍 Algorithms

  • Sorting Algorithms
  • Searching Algorithms
  • Dynamic Programming
  • Greedy Algorithms
  • Backtracking
  • Divide and Conquer

📊 Additional Topics

  • Bit Manipulation
  • Mathematical Algorithms
  • String Algorithms
  • Geometric Algorithms
  • Randomized Algorithms

🗂️ C# Specific Collections

  • Generic Collections
  • Non-Generic Collections
  • Concurrent Collections
  • Immutable Collections

🧩 Pointers in C#

  • Declaration and Initialization
  • Dereferencing and Address-of Operators
  • Pointer Arithmetic
  • Unsafe Code Blocks
  • Fixed Statement for Pinning Objects

Data Structures and Algorithms

Data Structure Description Complexity (Average)
Array Collection of elements O(1) for access
Linked List Sequence of nodes O(n) for access
Stack LIFO (Last In, First Out) structure O(1) for push/pop
Queue FIFO (First In, First Out) structure O(1) for enqueue/dequeue
Tree Hierarchical structure O(log n) for search
Graph Set of nodes connected by edges O(V+E) for traversal
Hash Table Key-value pairs O(1) for search

🤝 Contributing

We welcome contributions! Please read our Contributing Guidelines for more details.

📜 License

This project is licensed under the Siksha 'O' University, IIT Bombay License - see the LICENSE file for details.


signature

!Happy Coding 🚀

About

I am contributing data structure and algorithms in C# programming language.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages