Pinned Repositories
calculateTips
HTML & PHP script to calculate tips
HLA
HLA notes, programs, etc.,
List-Stack-Queue
Working on this project, several implications: a linked list that will unite two lists, a stack that will be used as a post fix calculator, and a queue palindrome checker
Mergesort
A Java program that implements merge sort algorithms
Quicksort
A Java implementation of a Quicksort algorithm
Sorting-Algorithm
An algorithm that will sort data in ascending order
starPrinter
A simple HTML & JavaScript program for CS80
Template-Container
A templated C++ container with 8 functions including, add_item, get_items, remove_item, ETC.,
Templated-Classes
A templated C++ items class with several functions that will read data from a file, count the number of specific items, and get averages
wordsearch
a word search game :)
babyziba's Repositories
babyziba/calculateTips
HTML & PHP script to calculate tips
babyziba/List-Stack-Queue
Working on this project, several implications: a linked list that will unite two lists, a stack that will be used as a post fix calculator, and a queue palindrome checker
babyziba/Sorting-Algorithm
An algorithm that will sort data in ascending order
babyziba/Template-Container
A templated C++ container with 8 functions including, add_item, get_items, remove_item, ETC.,
babyziba/Templated-Classes
A templated C++ items class with several functions that will read data from a file, count the number of specific items, and get averages
babyziba/wordsearch
a word search game :)
babyziba/HLA
HLA notes, programs, etc.,
babyziba/Mergesort
A Java program that implements merge sort algorithms
babyziba/Quicksort
A Java implementation of a Quicksort algorithm
babyziba/starPrinter
A simple HTML & JavaScript program for CS80