Skip to content

zangassis/practicing-datastructure-part2

Repository files navigation

Practicing Data Structures with ASP.NET Core - Part 2💻

This project contains a sample ASP.NET Core app. This app is an example of the article I produced for the Telerik Blog (telerik.com/blogs).

Welcome to the "Practicing Data Structures - Part 2" repository!

In this project, you will find a hands-on guide to learning and implementing advanced data structures like Binary Search, Heap, and Hashing using ASP.NET Core. 🚀

📁 Repository Contents

  • 📂 Program.cs: Contains the ASP.NET Core Minimal API project where you can explore and practice data structures.

💡 Getting Started

  1. Clone this repository to your local machine:
git clone https://github.com/zangassis/practicing-datastructure-part2
  1. Navigate to the project folder:
cd practicing-datastructures-part2/
  1. Run the project:
dotnet run
  1. All results will be shown in the terminal

📚 Data Structures Part 2 Covered

  • 🌳 Binary Tree: Learn how to use Binary Tree in C#.

  • ⏲ Heap: Explore the concept of Heap and their applications in ASP.NET Core Minimal API.

  • 🔐 Hashing: Understand how to implement Hashing.

🚧 Project Structure

This repository follows a simple and organized project structure:

/
│
├── PracticingDataStructuresPartTwo/
│   │
│   ├── Models/
│   │   ├── BinaryTree.cs
│   │   ├── TreeNode.cs
│   │
│   └── Program.cs
│
└── README.md

🤝 Contributing

Contributions are welcome! If you have any improvements or additional data structure implementations to share, feel free to submit a pull request. 🤗

📃 License

This repository is open-sourced under the MIT License. See the LICENSE file for details.

Happy coding! 🎉👨‍💻👩‍💻

About

This project contains a sample ASP.NET Core app. This app is an example of the article I produced for the Telerik Blog (telerik.com/blogs).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages