Basit Sheikh's repositories
Banking_Application_GUI
Banking Application created in Java using GUI (10 files).
Basic-Syntax-Checker
A C++ program to test the "balance" of certain syntax features of C++ programs. This is a task that is done by C++ compilers. The technique used is similar to the technique used by a typical C++ compiler.
DiggerMan-1
Project 2 for Professor Russell CS30 class
fullstack-tutorial
🚀 The Apollo platform tutorial app
not-twitter
This is not twitter
Recursive-Word-Anagram-Permutation-Finder
This program reads in a word, and by rearranging the letters and comparing them to a dictionary, comes up with all possible word combinations. This program is written using none of C++'s iteration constructs (do, while, for, and goto). Everything, including reading/writing file IO, is done recursively.
SimpleTodo
SimpleTodo is an android app that allows building a todo list and basic todo items management functionality including adding new items, editing and deleting an existing item.