Downloads

Miscellaneous Programs:

Java Programs:

C Programs:

  • Recursive Permutations – Source code found here: P2Jumble.c . This was my second assignment for my Computer Science I class (COP 3502C) at the University of Central Florida. I got a 100 on it :) It is also one of my more beautifully written programs. Have fun and always be sure to email me if you have any questions!
  • Queue/Dequeue Linked List – Source code found here: Queue.c . This was a sample program I wrote in effort to better grasp Queue/Dequeue method’s using Linked Lists. It’s pretty straight-forward.