Skip to content

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

Notifications You must be signed in to change notification settings

zea17/dragon-bank

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

Stars

Watchers

Forks

Languages