This is a project with the most common Data Structures implemented on C# under .NET Core 6.0 Runtime. For IDE was used Visual Studio Community 2022.
Number | Name |
---|---|
1. | Binary Search Tree |
2. | Circular Linked List |
3. | Circular Queue |
4. | Doubly Linked List |
5. | Linked List |
6. | Queue *Array |
7. | Queue *Linked List |
8. | Stack *Array |
9. | Stack *Linked List |
-
- used to indicate what data structure is used to implement the content.
IDE compatible to open *.sln with .NET Core 6.0 Runtime. The best IDEs for this project are Visual Studio xxxx 2022 and VS Code lates version.
- Clone this repo.
- To open the project, open the *.sln file.