Giter VIP home page Giter VIP logo

data-structures's Introduction

Data Structures, Algorithms and Generic Programming

Programming assignments written for COP4530, taught by Ashok Srinivasan in Fall 2012.

The original assignment requirements are in the base folder while each project folder contains the deliverable code and log file.

  • Assignment 1 - Using an STL container and its iterator, implement a simple program that analyzes a list of files and allows a user to enter a list of words which will return the most relevant documents that contain all such words.

  • Assignment 2, part 1 - Implement a generic Vector class and adapt it to create a stack class. Additionally, evaluate a recursive function.

  • Assignment 2, part 2 - Using a Red-Black game tree, implement a program that plays a perfect game of tic-tac-toe with an arbitrary grid size. The program should complete a move within 5 seconds.

  • Assignment 3 - Implement a linked list class that self-organizes itself and apply it to the document retrieval program from assignment 1 instead of using STL containers.

  • Assignment 4 - Implement a self-restructuring binary search tree and apply it to the document retrival program from assignment 1 instead of using STL containers.

  • Assignment 5 - Implement several data structures and write a program to compare the performance of each on various actions. Design and analyze custom data structure to efficiently store and search for words.

data-structures's People

Contributors

stackptr avatar

Watchers

 avatar  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.