Menu

Tree [f608e7] master /
 History

HTTPS access


File Date Author Commit
 AlgorithmVisualizer 2009-04-05 James H. Linder James H. Linder [e909cf] Adding a version number to the top of the Algor...
 java 2009-11-29 James H. Linder James H. Linder [94431a] Implementing Queue interface in the DoublyLinke...
 website 2009-12-05 James H. Linder James H. Linder [f608e7] Making a few textual changes.
 CHANGELOG.txt 2009-04-11 James H. Linder James H. Linder [6e05bb] Fixing dates in the release notes.
 LICENSE.txt 2009-04-04 James H. Linder James H. Linder [6f5773] Updating the main project information with the ...
 README.txt 2009-04-04 James H. Linder James H. Linder [6f5773] Updating the main project information with the ...

Read Me

                              Algorithm Study

      TABLE OF CONTENTS

   I. PROJECT SUMMARY
  II. PROJECT CONTENTS


I.    PROJECT SUMMARY

      This is the Algorithm Study project, a project to provide sample
      implementations of a large array of algorithms and data structures in a
      variety of languages. Each implementation is accompanied by a discussion
      of the big O run time and memory limits. Some implementations include
      discussion of how the algorithm / data structure is commonly used and
      comparisons with similar algorithms / data structures and all
      implementations have test cases which exercise their functionality.

      To further aid in the understanding of how the algorithms operate, the
      Algorithm Visualizer sub-project provides visual representations of many
      of the algorithms as they do their jobs.


II.   PROJECT CONTENTS

      The contents of this project are:

         AlgorithmVisualizer - Software that represents algorithms in a visual
                               manner to aid in a deeper understanding of how
                               the algorithms operate
         java - The Java implementation of the algorithms
         website - The Algorithm Study website
         LICENSE.txt - The license terms under which the project is released
         README.txt - This file


Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.