All Projects → elarity → Data Structure Php Clanguage

elarity / Data Structure Php Clanguage

Licence: mit
对于数据结构和算法类的东西,我工作有些年份了,大学也有所涉猎,积累了一些内容,不高产不母猪,打我自己脸

Programming Languages

c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to Data Structure Php Clanguage

Go Algorithms
Algorithms and data structures for golang
Stars: ✭ 1,529 (+411.37%)
Mutual labels:  algorithm, data-structures, sort, tree-structure
Algorithms Primer
A consolidated collection of resources for you to learn and understand algorithms and data structures easily.
Stars: ✭ 381 (+27.42%)
Mutual labels:  algorithm, data-structures, sort
Java Algorithms Implementation
Algorithms and Data Structures implemented in Java
Stars: ✭ 3,927 (+1213.38%)
Mutual labels:  algorithm, data-structures, sort
Technicalnote
Repository to store what we have studied. 📖 We want everyone to get a job through TechnicalNote.
Stars: ✭ 206 (-31.1%)
Mutual labels:  algorithm, data-structures, sort
C Plus Plus
Collection of various algorithms in mathematics, machine learning, computer science and physics implemented in C++ for educational purposes.
Stars: ✭ 17,151 (+5636.12%)
Mutual labels:  algorithm, data-structures, sort
Javascript
A repository for All algorithms implemented in Javascript (for educational purposes only)
Stars: ✭ 16,117 (+5290.3%)
Mutual labels:  algorithm, data-structures, sort
Data structure and algorithms library
A collection of classical algorithms and data-structures implementation in C++ for coding interview and competitive programming
Stars: ✭ 133 (-55.52%)
Mutual labels:  algorithm, data-structures, tree-structure
Interview Questions
List of all the Interview questions practiced from online resources and books
Stars: ✭ 187 (-37.46%)
Mutual labels:  algorithm, data-structures, sort
Cpp Timsort
A C++ implementation of timsort
Stars: ✭ 211 (-29.43%)
Mutual labels:  algorithm, sort
Competitive Programming
My competitive programming guide,reading materials, link to system and design interview preparation and my own coding solutions from Codechef, Leetcode,Geeks for Geeks, HackerRank , spoj, codesignal, codebyte, codeblocks and other online judges
Stars: ✭ 206 (-31.1%)
Mutual labels:  algorithm, data-structures
Codejam
Set of handy reusable .NET components that can simplify your daily work and save your time when you copy and paste your favorite helper methods and classes from one project to another
Stars: ✭ 217 (-27.42%)
Mutual labels:  algorithm, data-structures
Algorithms
My Algorithms and Data Structures studies. https://leandrotk.github.io/series/algorithms-problem-solving
Stars: ✭ 275 (-8.03%)
Mutual labels:  algorithm, data-structures
Data Structures Algorithms
My implementation of 85+ popular data structures and algorithms and interview questions in Python 3 and C++
Stars: ✭ 273 (-8.7%)
Mutual labels:  algorithm, data-structures
Play With Data Structures
慕课 liuyubobobo「玩转数据结构」课程的 Go 语言实现版本
Stars: ✭ 217 (-27.42%)
Mutual labels:  algorithm, data-structures
Data Structures And Algorithms
Data Structures and Algorithms implementation in Go
Stars: ✭ 2,272 (+659.87%)
Mutual labels:  algorithm, data-structures
Rethink C
A reuseable codebase for C Programming Language.
Stars: ✭ 241 (-19.4%)
Mutual labels:  algorithm, data-structures
Dailycodebase
2 month data structures and algorithmic scripting challenge starting from 20th December 2018 - Coding is Fun! 💯💯 Do it everyday!! Also, Do give us a ⭐ if you liked the repository
Stars: ✭ 186 (-37.79%)
Mutual labels:  algorithm, data-structures
C Algorithms
A library of common data structures and algorithms written in C.
Stars: ✭ 2,654 (+787.63%)
Mutual labels:  algorithm, data-structures
Rust Algorithms
Common data structures and algorithms in Rust
Stars: ✭ 2,918 (+875.92%)
Mutual labels:  algorithm, data-structures
Coding Interview University
A complete computer science study plan to become a software engineer.
Stars: ✭ 204,859 (+68414.72%)
Mutual labels:  algorithm, data-structures

微信公众号:

2019.04.10 : 被issue里一哥们给批判了,你们可以去看issue感受下,所以我用C语言来描述一下这些基础数据结构.如果有比较沙雕的代码错误,你们就issue里喷我,反正我懒得鸟你们.

第一个C语言项目,算是自己学习APUE的一个小小成果吧:https://github.com/elarity/Tiginx

2018.05.17 感谢github好友dchaofei & mangyusisha的PR和issue,修正 队列和单链表 两文种错误一共三处!向大家致歉!

正如本博客关于页所言:“ 我本淮右布衣,码农于我何加焉! ”,本泥腿子不是专业科班出身的,会存在一些缺陷。但是,本泥腿子自以为本泥腿自知自身的缺陷和软肋之所在,故不惧也。人家朱元璋身为皇帝都敢于承认自己是个泥腿子农民,我这算个啥?

遥想在2013年的时候,去辉煌国际一个小公司参与面试,遭受了些许的歧视,然而泥腿子最大的优点就是“ 不要脸 ”,歧不歧视的对本人没有任何影响。当然了,这也是本人第一次遇到这情况,截止到目前也暂时是最后一次。

其实,计算机编程的核心就是数据结构和算法,可谓是纯阳之极的内功大法,堪比《九阳神功》,张无忌呆在山沟子里多少年天天没事儿干,就练这个,除了治好了的寒冰毒外,还额外解锁“ 牛逼的内功 ”成就。所以,他后来练《乾坤大挪移》犹如神助,再后来练《太极剑》简直飞上了天,“ 我全忘了,忘得干干净净 ”可谓是装逼界的满分之作。

跨界的泥腿子干计算机,最大的问题就在于缺乏内功修炼导致骨质疏松,走路走不远,这玩意不好补。整个过程堪称枯燥、无味、单调、无趣、莫名其妙、不知所云、云里雾里,可谓是痛苦至极。

整体安排顺序如下:

  • 排序算法
  • 线性表结构
  • 栈结构
  • 队列结构
  • 树结构
  • 查找算法

送上一图,各位,自勉吧,开篇!


Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].