alexander-katrompas
Professor of Computer Science | Consultant: Machine Learning, Data Science, Enterprise Web Development
Austin Community College | IqumulusAustin, Texas
Pinned Repositories
binary-search-tree-simple-example
classes-starter
This is a simple application showing classes and object and the proper file structure for classes, inheritance, and stand alone functions
command-line-parameters
An example of working with command line parameters in C/C++.
commenting
complete proper commenting example
exception-handling-cplusplus
A simple demonstration and notes on exception handling in C/C++
hash-table-demo-integers-linear-probing
helloworld
Hello World in C++
pointers-dynamic-allocation-demo
A demonstration of pointers, dynamic memory allocation, and passing by reference.
simple-linked-list
examples of simple singly-linked lists
simple-linked-list-introdcution
Building a simple linked list for demonstration.
alexander-katrompas's Repositories
alexander-katrompas/exception-handling-cplusplus
A simple demonstration and notes on exception handling in C/C++
alexander-katrompas/kmeans-demo
A simple K-Means Demonstration Application
alexander-katrompas/python_pass_by_reference_and_value
demonstrating the difference of pass by value and pass by reference in python
alexander-katrompas/simplecrypt
Caesar and Vigenere Encryption, Decryption, and Cracking