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

trieu/dragon-bank

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Dragon Bank

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

<<<<<<< HEAD

=======

b99a28cf63cff7e0c6264619a29c0b7e12a0d6a4

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%