Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 35 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@

<h1>Welcome to My DSA Code Repository</h1>

<p>
I am sharing all my Data Structures and Algorithms (DSA) codes here. This repository includes implementations of various algorithms and data structures that I've worked on. Feel free to explore and use the code for your learning and projects.
</p>

<h2>Contents</h2>
<ul>
<li>Array</li>
<li>Linked List</li>
<li>Stack</li>
<li>Queue</li>
<li>Tree</li>
<li>Graph</li>
<li>Sorting Algorithms</li>
<li>Searching Algorithms</li>
<li>Dynamic Programming</li>
<li>Greedy Algorithms</li>
</ul>

<h2>How to Use</h2>
<p>
Each folder contains the code for a specific data structure or algorithm, along with a README file that explains the implementation details and usage examples.
</p>

<h2>Contributing</h2>
<p>
Contributions are welcome! If you have improvements or new implementations, feel free to fork this repository and submit a pull request.
</p>

<h2>Contact</h2>
<p>
If you have any questions or suggestions, feel free to open an issue or contact me directly.
</p>