Git Product home page Git Product logo

isea_you's Projects

binaryresearchtree icon binaryresearchtree

实现二叉搜索树的,添加,删除,层序遍历,前序遍历的非递归实现,前中后序的递归实现

heap icon heap

堆(数组实现)—>优先队列(优先级)

js2image icon js2image

一个可以把js源代码压缩成一个ascii字符画的源代码的工具,压缩后的代码仍可运行 (A tool can compress JavaScript code to any ascii image and still run normally )

linklist icon linklist

基于java实现的链表(含虚拟头结点)

map icon map

映射,键值对或者称作是字典

play-with-algorithms icon play-with-algorithms

Codes of my MOOC Course <Play with Algorithms>, Both in C++ and Java language. Updated contents and practices are also included. 我在慕课网上的课程《算法与数据结构》示例代码,包括C++和Java版本。课程的更多更新内容及辅助练习也将逐步添加进这个代码仓。

queue icon queue

先进先出的数据结构

segmenttree icon segmenttree

线段树主要用于区间查询,这里的区间是固定的,但是这个区间中的值可能是变化的。

set icon set

集合接口,集合接口的实现可以用链表,也可以用二分搜索树

stack icon stack

后进先出的数据结构

thread icon thread

关于线程的知识代码,安全,并发

tools icon tools

使用java编写的小工具,用来提高代码的复用性

trie icon trie

Trie也叫做字典树,或者是前缀树

unionfind icon unionfind

并查集,主要用来处理集合问题和连接问题,也是一种树结构,但是这是一种由孩子节点指向父亲节点形成的树结构,并查集有诸多实现的版本。

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.