Joshua E. Roybal's repositories
hill-climb
common lisp hill climbing attack on newspaper style simple substitution ciphers
word-counter
count words in a text file using custom common lisp binary search tree packages
markov-chain
Grab a markov chain of text from a text file.
sicp-streams
SICP style streams implemented in Common Lisp
simple-graphs-Python3
Simple graph text and dot language emission with Python 3.
C-linear-probing
Open addressing and linear probing hash table demo in C.
common-lisp-sieve
Common Lisp segmened sieve of Eratosthenes.
count-words
compiled windows executable for distribution racket program counts words in text file using AVL blalanced binary search tree
cxx-primes
prime numbers class demo
finite-groups
Pretty print a Cayley Table and some other info about the multiplicative group of integers modulo n.
fortran-hillclimb
hillclimbing attack on simple substitution ciphers
fortran-primes
Factorize integers 2_16 <= z <= 2_16**127-1
fortran-sieve
Sieve of Eratosthenes module and test driver.
gwbasic-sieve
GWBASIC SEGMENTED SIEVE OF ERATOSTHENES
huffman-racket
Racket Scheme Huffman encoding compression and decompression.
linear-algebra
Basic linear algebra stuff in post f77 Fortran.
Pascal-linear-probing
Open addressing and linear probing hashtable demo in Pascal.
python-primes
primes prime-factorization pseudo-random-numbers
scheme-sieve
scheme programming simple and segmented sieve of eratosthenes
simple-graph-free-pascal
Simple graph emission with Free Pascal. LinkedList included.
simple-graphs-common-lisp
Basic simple graph creation using CL
simple-graphs-cxx
C++ version of simple colored graphs stuff.
simple-graphs-fortran
Simple graph text and dot language (graphviz) emission with Fortran. Linked list adjacency list representation, matrix too of course since it's Fortran.