BusCompanyXd
A C# app to manage a bus company using LinkedList as the base data structure and text files for data storing
Last updated
Was this helpful?
A C# app to manage a bus company using LinkedList as the base data structure and text files for data storing
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.
C# Generic Classes.
Advanced C# interfaces.
Binary Files for Database.
MaterialDesignXML for UI design.
GitHub for version control.
Last updated
Was this helpful?
Was this helpful?