Git Product home page Git Product logo

hashing-examples's Introduction

Contoh Program Hash Table Sederhana

Overview

This program is made in C language so that audience of Informatics'20 could easily understand it as a main language. This program does not implements Hash Table concepts of Data Structure only, but also some other data structures.

How to Clone to your computer

CD to the designated directory that you wish, and then run the command below;

git clone https://github.com/audipasuatmadi/hashing-examples

How to Run

To run this program, use your gcc compiler, or if you have installed on VSCode, open this folder in VSCode and click the play button on the top right. If you're using Code::Blocks, open this folder and build & run it. If you want to run it manually, CD to this directory and run the command below to compile and run it simultaneously.

gcc ./main.c -o ./main && ./main

In case you found a bug / more efficient solution

You could raise issues at Issues tab of Github, and everyone will be notified of a bug or a more efficient solution. You will get additional points to the Praktikum Struktur Data lecture.

Concepts implemented in this program

Some concepts implemented:

  • Hashing
  • Hash Table
  • Linked List
  • Searching
  • Pointers
  • Function
  • Modularity

Contributors

  • Putu Audi Pasuatmadi

hashing-examples's People

Contributors

audipasuatmadi 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.