This repository contains my C# solutions for LeetCode Data Structures and Algorithms problems.
- Arrays
- Strings
- Hash Table
- Linked List
- Stack
- Queue
- Trees
- Graphs
- Dynamic Programming
- Backtracking
- Binary Search
DSA-CSharp/ ├── Arrays/ ├── Strings/ ├── LinkedList/ ├── Stack/ ├── Queue/ ├── Trees/ ├── Graphs/ └── DynamicProgramming/
Each solution includes:
- Problem description
- Approach
- Algorithm
- Time Complexity
- Space Complexity
- C# solution
Happy Coding! 🚀