Giter Site home page Giter Site logo

achaval-tomas / data-structures Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 1.0 117 KB

An interactive library using my implementations of different data structures in C.

License: GNU General Public License v3.0

C 99.50% Makefile 0.50%
c computer-science data-structures dsa dsa-practice hashtable linked-list practice queue stack tree graph interactive learning-by-doing

data-structures's Introduction

Data Structures

This is an interactive library to test, use and visualize many different data structures in C.

Try them out

Use make run to start an interactive menu and play around with different data structures. When done, use make clean.

DS_UI_Preview.mp4

Graphs and Graphium

You will find an option to 'Export to Graphium' in the graph's menu. To use it properly, you must:

  • Check out Graphium and read how it works.
  • Clone Graphium into the same directory where you cloned Data-Structures. Both dirs should be at the same level.
  • Crete a graph, and select 'Export to Graphium'. If successful, a file will be created and saved into graphium.
  • You can now exit Data-Structures and open graphium or simply open graphium in a new console.
  • Run Graphium (cabal run) and choose to load a graph from a file.
  • Input Filename: importedGraph.
  • A window with your graph will pop up. You can now play around moving the vertices.

Video demo:

Graphium_Example.mp4

Structures available:

To Do / Ideas

  • Hash Table
  • Queues
    • Priority Queue
    • Circular Queue
  • Trees
    • N-ary Tree
    • Binary Search Tree
    • Trie
  • Graphs
    • Directed
    • Weighted
  • Fibonacci Heap

data-structures's People

Contributors

achaval-tomas avatar tomimara52 avatar

Watchers

 avatar

Forkers

tomimara52

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.