Code Monkey home page Code Monkey logo

algorithm's Introduction

记录我在各个网站的算法刷题题解~

2018/5/23更新 蓝桥杯第九届省赛题目

2018/5/23-26蓝桥杯复习规划

图论
	求最短路
		宽搜
		迪杰斯特拉
		弗洛伊德
	求最小生成树
		prims
		克鲁斯卡尔
	求联通块-割点-割边
树
	建树
	线段树   			√
博弈论
数论
	素数筛法				√
		欧拉筛法			√
	矩阵快速幂
排列组合
	非重复排列组合
	重复排列组合
	字典序排列法			√
动态规划
	线性dp
		背包
			01背包
			完全背包
			多重背包
		最长不降子序列
		最长公共子序列
		最短编辑距离
	树形dp
排序
	快排
	堆排序
	希尔排序
	归并排序

algorithm's People

Contributors

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