Giter VIP home page Giter VIP logo

data-structure's Introduction

数据结构学习

这里提到的数据结构指的是 逻辑结构,注意和 物理结构 区分开。

物理结构只有两种,数组链表,所有的逻辑数据结构都是基于这两种物理结构实现的。

在项目中,数组使用java自带的关键字[]实现,链表重写一个,因为java自带的LinkedList隐藏了链表细节,不方便底层处理。

常用到的逻辑数据结构包括:

  • 线性表List:线性的数据结构,每个元素只有最多只有一个前驱和一个后继节点,线性表是有序的。可以具体细分为 列表、队列、栈、Hash表等;
  • 树Tree:分层次的数据结构,常见的包括二叉树、堆等;
  • 图:拓扑结构;

data-structure's People

Contributors

wzm001 avatar

Watchers

 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.