Homepage
Amazon.com Wish List
Ole Miss on Google Maps
Tags for this wiki
Most Recent Changes
Have a question about anything on this site?
E-mail me at ![]()
C
Oh, how I love the ANSI C language, in all it's archaic and cold libraries, it's dangling pointers, and it's memory leaks. Oh, how I malloc for the memory for all the times I've cursed you, then free that memory after I finally got you to work. Let boolean-less logic follow you all of your days, my dear C.
C Sudoku - A simple 9x9 Sudoku solver written (See also the main Sudoku page for example puzzles.)
C Blackjack Dealer - Impersonates a Blackjack Dealer for 1,300,000 random hands to see how often it bust.
C Linked List - Because we're all doomed to recreate the interesting features found of other languages (and poorly), here's my linked list data structure in C.
C Brainf_ck Interpreter - No description necessary.
C Compress - Compression program
C Decompress - Decompression program
C Character Frequency - Reports the character frequency of a text file.
C Sort - Insertion Sort, Quicksort, and Merge Sort written in C. Nothing fancy. These are your standard sorting algorithms. (Merge sort was done with pointers rather than array subscripts, so it is theoretically faster than your standard array-based implementation. None of this really matters since the GNU C compiler optimizes array subscripts anyway. None of my large scale test show a significant difference between an array-based implementation or pointer-based implementations on the GNU C compiler, so I guess I'm just showing off because writing with pointers is usually more difficult.)
C Hash - An associative array in C.
Page Information
|
Wiki Information |
Recent PBwiki Blog Posts |