Bazsites.com Algorithms And Data Structures
Directory Topics
On the Web
- Dictionary of Algorithms, Data Structures, and Problems - A dictionary of algorithms, algorithmic techniques, data structures, and archetypical problems, with related definitions. Many entries have links to implementations, tutorials, and bibliographical references.
- Access Algorithms and Data Structures Underlying a Distributed Knowledge Base - Paper presents the algorithms and data structure schemes to be used for knowledge storage and processing by various ICONS components and discusses the algorithms as they appeared through theoretical and experimental studies. By Witold Litwin and Gerard Levy. [PDF]
- (Austria) Technical University Vienna - Algorithms and Data Structures Group. Research interests: algorithms, data structures and combinatorial optimization, particularly for NP-hard optimization problems.
- Dictionary of Algorithms, Data Structures, and Problems - A dictionary of algorithms, algorithmic techniques, data structures, and archetypical problems, with related definitions. Many entries have links to implementations, tutorials, and bibliographical references.
- The Karlsruhe Library of Algorithms and Data Structures (Karla) - An object-oriented library of data structures and algorithms designed for reuse for Sather-K.
- Fast Line Drawing Algorithms by Po-Han Lin - Contains sources for graphical algorithms to draw lines. Included are the popular Bresenham algorithm, the Wu's Symmetric Double-Step, and the fastest non-cpu dependent algorithm, the Extremely Fast Line Algorithm (EFLA).
- Medical Articles Records GroundTruth - This site contains ground truth data for biomedical images to help develop algorithms to automatically extract information from the printed page. There is also a visual tool and analysis tool called Rover to aid researchers with their algorithms.
- Andrija Radovicī's Algorithms - Several unique algorithms for fast and optimal computations with integer numbers and graphics suitable for hardware implementation: dividing, square rooting, line drawing, ellipse drawing, Haiku plot routine.
- R.Mukundan::Java Applets Center - Illustration computer graphics algorithms, computer vision algorithms, computational geometry algorithms, data structures and algorithms.
- Softpanorama Virtual Library - Section on Algorithms and Data Structures. A compilation of links.
Wikipedia Articles
- Dictionary of Algorithms and Data Structures - The Dictionary of Algorithms and Data Structures is a dictionary style reference for many algorithms, "algorithmic techniques", "archetypal problems" and data structures found in the field of Computer Science http://www.nist.
- List of terms relating to algorithms and data structures - The NIST Dictionary of Algorithms and Data Structures is a reference work maintained by the U.S.
- List of data structures - This is a list of data structures. For a wider list of terms, see list of terms relating to algorithms and data structures.
- Ntropy - NTropy is an computer library under development at the Pittsburgh Supercomputing Center and the University of Pittsburgh Department of Physics and Astronomy that enables the rapid development of any algorithms that uses a kd-tree for running on a parallel computer. In its current form, it is geared towards astrophysics data, which is generally point-like in nature meaning that most efficient analysis algorithms tend to employ tree data structures.
- Walls And Mirrors - Walls And Mirrors is an influential computer science textbook, for undergraduates taking a second computer science course (typically on the subject of data structures and algorithms), written by Paul Helman and Robert Veroff. The book has endured as a standard textbook through many editions because it strikes a balance between being too mathematically rigorous and formal - such as (for example) The Art of Computer Programming or MIT's Introduction to Algorithms - ...