GithubHelp home page GithubHelp logo

acm_algorithm_library's Introduction

Typing SVG

🙋 Hello

My name is HeartFireY, and I am from Jiangxi Normal University, mainly engaged in AI related research. Also, I am the 9th president of the Association of Computer Science in Jiangxi Normal University. Welcome to follow me on GitHub!

Streak stats:

HeartFireY's github streak stats

Top Langs

acm_algorithm_library's People

Contributors

eroengine avatar heartfirey avatar yezzze avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

acm_algorithm_library's Issues

朴素树状数组i

2-数据结构那节
4.树状数组
朴素树状数组
中有以下代码
int kth(int i){ int cnt = 0, ret = 0; for(int i = log2(len); ~i; --i){ ret += 1 << i; (ret >= len || cnt + tree[ret] >= i) ? (ret -= 1 << i) : (cnt += tree[ret]); } return ret + 1; }
会不会写错了(传值i,并且循环又定义i)?

建议(2数据结构)

显示:
2数据结构那修改后md显示有问题了(md符号好像没转换过去,如主席树那章)
建议:
数据结构章节可以再增加:吉司机树和李超线段树?

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.