Skip to content

staivanov/DataStructures

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1fdb558 · Aug 1, 2024

History

11 Commits
Apr 3, 2024
Apr 11, 2024
Apr 3, 2024
Apr 3, 2024
Apr 3, 2024
Apr 3, 2024
Apr 3, 2024
Apr 3, 2024
Apr 3, 2024
Apr 3, 2024
Apr 3, 2024
Apr 3, 2024
Aug 1, 2024

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages