>_<


  • Home

  • Tags

  • Categories

  • Archives

  • Search

数据结构基础

Posted on 2017-12-26 | In 数据结构
数据结构是设计数据以何种方式组织并存储在计算机中。
Read more »

TOP 榜单算法(nlargest)

Posted on 2017-12-26 | In 算法

问题

现在有n个数(n>10000),设计算法,按大小顺序得到前10m大的数。

Read more »

数据结构:树

Posted on 2017-12-25 | In 数据结构
认识树与二叉树
Read more »

递归

Posted on 2017-12-22 | In 算法
在函数内部,可以调用其他函数。如果一个函数在内部调用自身本身,这个函数就是递归函数。
Read more »

常用排序算法

Posted on 2017-12-22 | In 算法
冒泡排序、选择排序、插入排序、快速排序、堆排序、归并排序、计数排序、希尔排序
Read more »

hexo: ERROR Process failed: _posts/*

Posted on 2017-12-18

文章的格式出现错误了

Read more »

Python:消息队列Rabbitmq基本使用

Posted on 2017-12-18

为什么用Rabbitmq instead of python queue ?

Read more »

密码学基础

Posted on 2017-11-01

平常用的登录密码不叫密码,是登录口令

Read more »

django 跨域

Posted on 2017-09-24
用 django cors headers 解决跨域问题
Read more »

列表查找

Posted on 2017-09-21 | In 算法
顺序查找与二分查找
Read more »
1…4567

65 posts
3 categories
47 tags
GitHub
Links
  • Repository
  • Project
  • Collect
© 2019