Free Code- (from CS class projects)

...maybe some lucky cs student will find this stuff handy...

C++ Code that is (99.9%) portable linux/windows (i.e. Data Structures)
  • Ptr to Ptr Singly Linked List .h
  • Ptr to Ptr Singly Linked List cpp


  • Lisp Code (i.e. AI Class)
  • Lisp Tic Tac Toe using Alpha Beta Pruning
  • Missionaries and Cannibals Toy Problem using BFS
  • "Simple" Logic Resolution for CNF sentences


  • Assembler Code for 16 Bit Intel/MASM (i.e. Assembly Language)
  • Select sort using assembler
  • Substring in assembler