🚍
BusCompanyXd
  • BusCompanyXd
  • Overview
  • Method
  • Problems & Solutions
  • Flow Chart
  • Program's UI
  • Classes Documentation
    • CLinkedList Class
    • Useful Links
  • About Us
  • 🎆Our Other Projects
Powered by GitBook
On this page
  • Table of Contents
  • Overview:
  • Technologies
  • Developers' Info

Was this helpful?

Export as PDF

BusCompanyXd

A C# app to manage a bus company using LinkedList as the base data structure and text files for data storing

Table of Contents

#

Title

1

2

3

4

5

6

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

NextOverview

Last updated 3 years ago

Was this helpful?

Muhammed AKSOY ~ -

Talha Aydın ~ -

Linkedin🔗
GitHub🔗
Linkedin🔗
GitHub🔗
Overview
Method
Problems & Solutions
Flow Chart
Program's UI
Classes Documentation