Coder Social home page Coder Social logo

c-lists's Introduction

C-lists =: some classes

This repository have a few codes made in ANSI C with implementation of lists subclass:

  • queue
  • stack
  • deque

The implementation was divided in "static" and "dynamic"; the static implementation uses just vectors and dynamic use linkeds lists.

Usage

Clone this repository and after it, open a terminal session on the working directory, use make and execute the program you wish:

  • make

After the compiling, all the binaries will be are on the build folder.

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

History

my-delicious-state

Race, life’s a race And I’m gonna win Yes, I’m gonna win I’ll light the fuse and I’ll never lose

And I choose to survive, whatever it takes You won’t pull ahead I’ll keep up the pace I’ll reveal my strength to the whole human race

Yes, I am prepared to stay alive And I won’t forgive, vengeance is mine And I won’t give in, because I choose to thrive Yes, I'm gonna win.

Race, it’s a race And I’m gonna win Yes, I’m gonna win I’ll light the fuse and I’ll never lose

And I choose to survive, whatever it takes You won’t pull ahead ’cause I’ll keep up the pace I’ll reveal my strength to the whole human race Yes, I'm gonna win.

Contributors

License

GPLv3

Roadmap

  • make an abstract type
  • auxiliar functions for static and dynamic lists
    • RandomList
    • Erase (any element)
    • ClearList
  • queue
    • static
      • push
      • pop
      • search
      • edit
    • dynamic
      • push
      • pop
      • search
      • edit
  • stack
    • static
      • push
      • pop
      • search
      • edit
    • dynamic
      • push
      • pop
      • search
      • edit
  • deque
    • static
      • push
        • push_left
        • push_right
      • pop
        • pop_left
        • pop_right
      • search
      • edit
    • dynamic
      • push
        • push_left
        • push_right
      • pop
        • pop_left
        • pop_right
      • search
      • edit

c-lists's People

Contributors

fawers avatar ryukinix avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

fawers

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.