Skip to content

Commit

Permalink
Merge pull request #1374 from nishant0708/added-resource
Browse files Browse the repository at this point in the history
📃 [ENHANCEMENT] -want to Add Stack and Queue Implementations #1164
  • Loading branch information
jfmartinz authored Jun 21, 2024
2 parents 4535675 + f13d40c commit e2d1729
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Data Structures and Algorithm (DSA)/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -356,6 +356,15 @@ To the Point, Short and Practical - These 3 terms defines our Content
<td><a href="https://github.com/TheAlgorithms/C-Plus-Plus/tree/master/searching">Search Algorithms</a</td>
<td>Example code for different searching algorithms in C++.</td>
</tr>
<tr>
<td><a href="https://www.geeksforgeeks.org/introduction-to-stack-data-structure-and-algorithm-tutorials/#basic-operations-on-stack">Stack Implementation</a</td>
<td>Example code for implementing stacks in C++.</td>
</tr>
<tr>
<td><a href="https://www.geeksforgeeks.org/introduction-to-queue-data-structure-and-algorithm-tutorials/">Queue Implementation</a</td>
<td>Example code for implementing queues in C++.</td>
</tr>
<tr>
<td><a href="https://github.com/TheAlgorithms/C-Plus-Plus">The Algorithms</a></td>
<td>A collection of DSA implementations in C++.</td>
</tr>
Expand Down

0 comments on commit e2d1729

Please sign in to comment.