zea17 / dragon-bank

A bank application for the terminal that uses linked lists, binary search, binary trees, and heap sort for the data structures.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dragon Bank by Zea

Screen Shot of Dragon Bank

Project by Zeynab Akbari for the Data Structure course in Islamic Azad University, under the guidance of Dr. Maryam Haji Esmaeli.

This system is for a bank owner to mange the accounts within their information by allowing them to create accounts, edit their information, perform transactions, delete them if necessary and search through them, sorted by any fields they desire.

Incorporates Linked Lists, Heap Sort, Binary Tree & Binary Search for various operations.

How to use this?

This package uses no library other than what's included within the standard python library, so you don't need to install anything. Just use a Python 3 interpreter and run the bank.py

% python3 bank.py

About

A bank application for the terminal that uses linked lists, binary search, binary trees, and heap sort for the data structures.


Languages

Language:Python 100.0%