Giter VIP home page Giter VIP logo

datamonkey's Introduction

DataMonkey

Gambit of data structures and algorithms

DataMonkey is a C library containing implementations of various algorithms that I found to be utilitarian, performant, and just down right interesting. The different structures are being coded as I progress through my understanding of C, Linux, Distributed algorithms, and my general courses of study at Califorinia State University, Sacramento (csus).

Why even bother, just use (insert favorite language here)?

  • So that I can understand basic concepts of algorithm design. Reading in a book or paper, or even worse just blindly using an abstract api only goes so far in the knowledge that I can attain. Plus I learn better with a more "hands on" approach.
  • Create cutting edge algorithms. It would be terribly difficult for me to hack up a fibonacci heap, without a solid understanding of a basic heap or tree structure first. The idea is to gradually build up my understanding to newer and more cutting edge algorithms. The approach taken following something along the lines of. . .
    1. Learn algorithm or novel technique or data structure, etc.
    2. Layout and create the initial idea.
    3. Tests basic routines.
    4. Profile, to see if more complexity warranted.
    5. Learn alternate approaches if necessary.
    6. And repeat with something more advanced.

Project Guidelines

  • Quality comments along with tips for my forgetful self
    • "If I have to think longer than 30 seconds, comment it."
  • Test for edges cases from multiple directions.
  • Standardize look of code by a syntax formatter "astyle".
  • Keep an up to date wiki on progress, api's, etc.
  • Understand that it's outside or your daily course work and job, just don't overcommit yourself.
  • Keep to these project guidelines. :)

datamonkey's People

Contributors

enjoylife avatar

Watchers

 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.