Git Product home page Git Product logo

jerusalem01 / deep-learn Goto Github PK

View Code? Open in Web Editor NEW
2.0 1.0 0.0 533 KB

算法是程序的灵魂,deep-learn项目是对数据结构和算法知识体系的代码实现,包含数组、链表、队列、栈、哈希表、树、图、递归、查找、排序等数据结构知识,算法涵盖二分查找算法、分治算法、动态规划算法、KMP算法、贪心算法、普利姆算法、克鲁斯卡尔算法、迪杰斯特拉算法、弗洛伊德算法、马踏棋盘算法等等。

License: Apache License 2.0

Java 100.00%

deep-learn's Introduction

deep-learn

介绍

算法是程序的灵魂,优秀的程序可以在海量数据的场景下,依然保持高速运算。

deep-learn项目是对数据结构和算法知识体系的代码实现,帮助码友掌握算法本质,达到能在工作中灵活运用解决实际问题和优化程序的目的。本项目包含数组、链表、队列、栈、哈希表、树、图、递归、查找、排序等数据结构知识,算法涵盖二分查找算法、分治算法、动态规划算法、KMP算法、贪心算法、普利姆算法、克鲁斯卡尔算法、迪杰斯特拉算法、弗洛伊德算法、马踏棋盘算法等等。

目录结构说明

|-- deep-learn
    |-- Algorithm -- 算法
    |-- DataStructures -- 数据结构
    |   |-- array -- 数组
    |   |-- linkedlist -- 链表
    |   |-- queue -- 队列
    |   |-- recursion -- 递归
    |   |-- sort -- 排序
    |   |-- stack -- 栈

持续更新中...

友情链接

deep-learn's People

Contributors

jerusalem8 avatar

Stargazers

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