此项目是学习 数据结构与算法 过程中的练习笔记以及一些算法题的解决方案,主要实现语言是 JavaScript,有部分代码也有 Java 实现,以及少量的 Python
This project was originally set up to practice the algorithms on the OJ platform, and then summarized some understanding and connection about algorithms.
数据结构部分,主要使用 JavaScript 实现并封装了 常用的数据结构,包括但不限于:
Using JavaScript to create those data structures.
DataStructures\Dictionary
此项目还包括一些基础算法的实现思路记录,以及计算机原理里面的磁盘调度算法,群智能优化算法等等
Carrying out disk scheduling algorithm by Java.
LeetCode
与 NowCoder\Leetcode
目录中都是 LeetCode 算法题的实现
很久以前华为OJ平台的一些算法题实现
Some algorithms solved by Python2.7 from HuaWeiOJ Projects