# BusCompanyXd

## Table of Contents

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

## 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)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://busco.xdebuggers.com/master.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
