Giter VIP home page Giter VIP logo

hash_table's Introduction

Build Status

#about 我会持续更新hashtable,本项目在deepin os下可以良好运行,可以实现一般的查找功能

#feature *链地址解决冲突 *可以实现基本的查找,插入 *跨平台运行

#install 拷贝一份代码到你的项目下,包含头文件hash.h

#test 项目下面有测试代码,说明hash表的使用情况 部分代码实例:

  
    inithashtable();
    put(3,2134);
    put(5,5643);

    printf("[%d]\n",get(3));
    printf("[%d]\n",get(5));

#Contributing

I will always merge working bug fixes. However, if you want to add something new to the API, please create an "issue" on github for this first if i am free i will merge them if it's right Remember to follow jackwu's code style and write appropriate tests.

License

The MIT License (MIT)

hash_table's People

Contributors

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