Skip to content

mwalton/data-structures

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

##CMPS 12B/M Data Structures Projects

bigint: An arbitrary precision integer calculator implemented in C. Uses an array stack to store integer digits

bitree_calc: An RPN calculator implemented in Java. Uses binary trees to represent and compute RPN expressions

cmatch: searches files for lines matching a user defined string.

crpn: A C implementation of an RPN calculator (using a stack)

jxref: A cross-referencing utility. Implements a singly-linked list to store and cross-reference files by line

l8stat: Displays file statistics using C system calls.

lsort / nsort: sorts strings or lines respectively from stdin

About

Selected Assignments from CMPS12B/M: Data Structures

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages