astapd

astapd

Geek Repo

0

followers

0

following

0

stars

Github PK Tool:Github PK Tool

astapd's repositories

BlackjackProject

This repository contains a blackjack game project. It makes use of arrays to represent a deck of card and players' respective cards.

Language:JavaStargazers:0Issues:1Issues:0

DataStructures

This repository consists of 4 data structure projects on Linked List, Binary Search Tree, AVL Tree and Hash Table with chaining. Each project consists of 3 classes; the Node class- with getter and setter methods; the Table class- which is the implementation class consisting of methods to insert, delete, look up, update and display the items in the list/tree/table; and an AddressBook class that is the driver class for each project. The entries in each data structure could be added one by one or in a batch via provided text files.

Language:JavaStargazers:0Issues:1Issues:0