Coder Social home page Coder Social logo

cs3358-data-structures's Introduction

Future Plans

Dated: Wed May 15 2013 2331 CST

I intend to enhance this portfolio over the summer, with an emphasis on exploring all of the features of C++ and the STL. Particularly, I'd like to investigate templatized versions of data structures (i.e., re-implement vector and the like as a learning experience).

I also intend to clone these efforts with C in a separate repository, exploring C's specific features and using C to write custom allocators and the like.

About

Homework assignments for data structures class at Texas State University. Professor requires use of C++ or Java. I'd prefer to use C so that I can learn it simultaneously, but specs are specs. Each lab assignment's focus is held in respective folders. Linked list implementation is in lab1, stacks in lab2, queues in lab3, binary searches in lab4, etc. Common objects are held in the root directory (the Student objects, for example).

Checking individual labs

Each lab is tagged. Run git tag to see a list. The highest increment of each tag for each lab is the ideal one to run. I.e., checkout v6.1 rather than v6.0. One may run git checkout sometag and compile and run the program as it existed at the time of turning it in. Future work may have overwritten or combined past work as time went on. Example gradeflow is below. Each tag has a readme in the respective lab with specific instructions.

$ git clone http://github.com/aggroskater/cs3358-data-structures.git
$ cd cs3358-data-structures
$ git checkout v3.a.0
$ cd lab3
$ vim README.md
$ g++ main.cpp queue.* ../student.* ../lab1/ll.* -g -o lab3
$ ./lab3
$ valgrind --tool=memcheck --leak-check=yes --show-reachable=yes --num-callers=20 --track-fds=yes ./lab3

cs3358-data-structures's People

Contributors

aspensmonster avatar

Stargazers

 avatar

Watchers

 avatar  avatar

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.