Code Monkey home page Code Monkey logo

Kristin Cox's Projects

cs357-mips icon cs357-mips

All of the programs written in MIPS assembly for machine language programming class.

cs367-circularsequence icon cs367-circularsequence

Creates an empty CircularSequence of messages and then prompts the user to enter commands, which it will process until the user types q for quit. Meant for practice with circular linked lists and iterators.

cs367-entryconcordance icon cs367-entryconcordance

Parses words from a text file and uses them to generate a concordance, which is a binary search tree implemented using a basic map ADT. Meant for practice with recursion, binary trees, and ADT creation/implementation..

cs367-hashtable icon cs367-hashtable

Implements a hashtable using a linked list. When a hashtable is created, its initial size, maximum load factor, and (optionally) maximum chain length are specified. The hashtable can hold arbitrarily many items and resizes itself whenever it reaches its maximum load factor or whenever it reaches its maximum chain length (if a maximum chain length has been specified).

cs367-photodatabase icon cs367-photodatabase

Project stores Photo objects and allows them to be added and removed from the database as well as added to slideshows. Answers queries about which photos are in which slideshows and whether or not a photo exists in the database. Meant for practice using linked lists and iterators.

cs367-twittergraph icon cs367-twittergraph

Reads input from a text file and adds nodes to a BasicGraph. Then displays statistics and information about the resulting graph. Meant to practice using graphs, graph traversing algorithms, and recursion.

cs368 icon cs368

All projects completed for intro to C++ class.

cs537-fastsort icon cs537-fastsort

Program reads binary file with any number of lines, where each line contains a key and 24 records of a given size. Sorts the lines by key, and outputs a sorted binary file.

cs537-malloc icon cs537-malloc

A dynamic C library that contains four functions: mem_init, mem_alloc, mem_free, and mem_dump

labscripts icon labscripts

Python scripts written for data processing as part of a bioinformatic pipeline

myshell icon myshell

A simple shell program that parses commands and runs processes based on the commands.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.