Git Product home page Git Product logo

algorithms-private's Introduction

"Data Structures and Algorithms"

##University of Bristol v 1.0 (c) 2014

This work package is a learning platform for students at the University of Bristol, Department of Computer Science, as part of studying for course COMS21103 "Data Structures and Algorithms".

The aim of this learning platform is to enable students to implement the algorithms discussed in the lectures without spending lots of time developing input/output, data structure and validation methods. The platform also enables the students to try these algorithms on different inputs, following the code progress through algorithmic iterations.

The code stubs cover the material taught within the topics:

  1. Stable Matching
  2. String Matching
  3. Max-Flow
  4. Linear Programming (the Simplex method)

The code has been written by Alan Torres, University of Bristol; Material and teaching is delivered by Dr. Dima Damen, University of Bristol.


This work has been partially derived from http://jean-pierre.moreau.pagesperso-orange.fr/Cplus/simplex_cpp.txt by By J-P Moreau, Paris and https://github.com/Itseez/opencv/blob/master/modules/imgproc/src/gcgraph.hpp, part of the OpenCV Computer Vision Library.

##How to...

###Clone the repository

  1. From the command line git clone https://github.com/xocoatzin/algorithms.git -or-
  2. If you have "Github for Windows" just click the button at the right -or-
  3. Download the code as ZIP with the button at the right.

###Create a branch to work with

From the command line git checkout -b [name_of_your_new_branch]

###Get updates

From the command line: git pull. Remember to commit your changes before pulling an update!

###Compile the code

####Visual Studio (2013):

  1. Open the project in 'build/VisualStudio/Algorithms/Algorithms.sln'
  2. Press [F5] to run.

You can get a free copy of VS2013 on http://www.visualstudio.com/en-us/downloads/download-visual-studio-vs#DownloadFamilies_2

####Linux:

  1. From the command line (you'll need a c++11 compatible compiler, GCC 4.7 recommended):
cd build/makefiles/stable-matching/
 make
./stable-matching ../../../input/stable-matching/input.txt

##About working with Git

You can access the documentation here: http://git-scm.com/book/en/Getting-Started-Git-Basics

algorithms-private's People

Contributors

xocoatzin avatar

Stargazers

 avatar Man Sun avatar

Watchers

James Cloos avatar  avatar Dima Damen 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.