> For the complete documentation index, see [llms.txt](https://busco.xdebuggers.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://busco.xdebuggers.com/master.md).

# BusCompanyXd

## Table of Contents

| # | Title                                              |
| - | -------------------------------------------------- |
| 1 | [Overview](/overview.md)                           |
| 2 | [Method](/method.md)                               |
| 3 | [Problems & Solutions](/problems-and-solutions.md) |
| 4 | [Flow Chart](/flow-chart.md)                       |
| 5 | [Program's UI](/programs-ui.md)                    |
| 6 | [Classes Documentation](/classes-documentation.md) |

## Overview:

A data structure practice in which we are trying to create a custom generic linked list that implements the best of arrays (Enumerability) and linked lists (RAM efficiency) for small automation system with basic UIs. The project has a simple program for a bus company that uses the custom list.

### Technologies

* C# Generic Classes.
* Advanced C# interfaces.
* Binary Files for Database.
* MaterialDesignXML for UI design.
* GitHub for version control.

## Developers' Info

* **Muhammed AKSOY** \~ [Linkedin🔗](https://www.linkedin.com/in/mhdb96/) - [GitHub🔗](https://github.com/mhdb96)
* **Talha Aydın** \~ [Linkedin🔗](https://www.linkedin.com/in/talha-aydin/) - [GitHub🔗](https://github.com/talhaaydn)
