Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/staivanov/datastructures
Most common data structures implemented on C#.
https://github.com/staivanov/datastructures
csharp datastructures dotnet-core visual-studio visual-studio-code
Last synced: about 2 months ago
JSON representation
Most common data structures implemented on C#.
- Host: GitHub
- URL: https://github.com/staivanov/datastructures
- Owner: staivanov
- Created: 2023-11-20T17:51:27.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-08-01T14:56:25.000Z (6 months ago)
- Last Synced: 2024-08-02T08:40:36.580Z (6 months ago)
- Topics: csharp, datastructures, dotnet-core, visual-studio, visual-studio-code
- Language: C#
- Homepage:
- Size: 1.09 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Data Structures in Computer Science
## Description
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.## Table of contents
| 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.
## Requirements
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.## How to use this repository
1. Clone this repo.
2. To open the project, open the *.sln file.