Pinned Repositories
BinaryTree
C++ implementation of the Binary Tree data structure for my Data Structures and Algorithms course.
busebd12.github.io
My personal webpage!
CodingPractice
One-stop shop for practice problems solved from various sites on the interwebs.
CollectionOfFunctions
This is a on-going file of C++ functions that I tend to be using over and over when I write programs. So, I figured I would put them all in the one place so I don't have to keep writing them again and again.
CommandLineShellProgram
Third lab in my operating systems course. Wrote a basic shell in C that performs the bare bones shell operations.
ComplexNumber
Complex number and operations implementation using classes in C++
ConwaysProblem
C implementation of Conway's Problem for my operating systems course.
Database_Project
A project for my Database course
ExploringProcesses
The second lab for my operating systems course, in which we dived into processes and how they interact. Also, written in C.
Templated_Graph_Implementation
A templated graph class implemented using C++11 and C++14
busebd12's Repositories
busebd12/Templated_Graph_Implementation
A templated graph class implemented using C++11 and C++14
busebd12/BinaryTree
C++ implementation of the Binary Tree data structure for my Data Structures and Algorithms course.
busebd12/busebd12.github.io
My personal webpage!
busebd12/CodingPractice
One-stop shop for practice problems solved from various sites on the interwebs.
busebd12/CollectionOfFunctions
This is a on-going file of C++ functions that I tend to be using over and over when I write programs. So, I figured I would put them all in the one place so I don't have to keep writing them again and again.
busebd12/CommandLineShellProgram
Third lab in my operating systems course. Wrote a basic shell in C that performs the bare bones shell operations.
busebd12/ComplexNumber
Complex number and operations implementation using classes in C++
busebd12/ConwaysProblem
C implementation of Conway's Problem for my operating systems course.
busebd12/Database_Project
A project for my Database course
busebd12/ExploringProcesses
The second lab for my operating systems course, in which we dived into processes and how they interact. Also, written in C.
busebd12/GeneralHackerRankStuff
Other code exercises from HackerRank, separate from those I use to prepare for interviews.
busebd12/Hotel_Reservation_System
A text-based hotel reservation system built using C++11
busebd12/InterviewPreparation
A one-stop shop for all the materials and code that I have used and written in order to prepare for my technical interviews.
busebd12/IntroductionToSignals
First lab in my operating systems course where we explored signals and how they function. Written in C.
busebd12/LinearProbing
C++ implementation of the Linear Probing collision resolution technique for Hash Tables. Programming project for my first Data Structures and Algorithms course.
busebd12/Mathematics
All assignments and exams for math classes taken during the spring semester of my senior year at University, written in LaTeX
busebd12/Palindrometer
C++14 program to solve the "Palindrometer" problem. More information can be found here: https://icpcarchive.ecs.baylor.edu/index.php?option=onlinejudge&page=show_problem&problem=2869
busebd12/ParallelProgramming
Collection of projects for my Parallel Programming Course written in C/C++ with MPI, Pthreads, and Open_MP
busebd12/Personal_Organization_App
Personal Organization application I use for school. Implemented using HTML, Twitter Bootstrap, and the Laravel 4 framework.
busebd12/Resume
My resume, written in LaTeX!
busebd12/RSA
C++ implementation of RSA encryption using the GMP library. First programming project in my Data Structures and Algorithms II course.
busebd12/SeniorMathThesis
My Senior math thesis I wrote during my time at Wake Forest University
busebd12/SeparateChaining
C++ implementation of the Separate Chaining collision resolution technique for hash tables. Programming project for my first Data Structures and Algorithms course.
busebd12/Sets
C++ implementation of sets and their operations from mathematics using classes.
busebd12/SleepingBarber
Explored the concepts of concurrency, deadlock, and data races through this lab implemented in C.
busebd12/SortingAlgorithms
C++ implementation of Heap sort, Quick sort, Insertion sort, and Selection sort for my first Data Structures and Algorithms course.
busebd12/Takuzu_Solver
A C++11/14 implementation of a logic puzzle found on the daily programmer subreddit
busebd12/Templated_Binary_Tree
C++ Binary Tree Implementation using templates
busebd12/TyperacerAnalytics
A multi-threaded program that utilizes C++11, C++14, Boost, and the fast-cpp-csv-parser to analyze the four years worth of typing races I've completed at play.typeracer.com