Skip to content

simonklee/algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

algorithms

A repository for is207; a course on Algorithms and Data Structures at the University of Agder.

  • Simple sorting.
  • Simple searching.
  • A few basic data structures.
  • More advanced sorting like merge, quicksort and shellsort.
  • More advanced data structures like tree's.

Getting Started

  • $ git clone git://github.com/simonz05/algorithms.git
  • Use $ make to test different algorithms.
  • Storage; queue, linked-list etc. depend on Go
  • Sort & Search; Sorting algorithms currently have only C (gcc) deps. Searching test file is using citrus. Both sorting and searching makefile depend on having citrus installed as shared lib. It's of course possible to build these algorithms without the citrus dependency.
  • I've added a range of BlueJ packages. I've kept the meta-data when commiting to github. The meta files might seem confusing, but I kept them as it makes it easier to test the algorithms in BlueJ. The debugger available in the BlueJ Java-editor is easy to use and makes solving these kind of problem sets a simpler task.

License

algorithms Copyright (C) 2010 Simon Zimmermann

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

About

A repository for is207; a course on Algorithms and Data Structures at the University of Agder.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published