
算法
震撼哥blog
十多年开发经验的全栈工程师,程序员守护者,关注我,编程路上不迷茫。
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
简单数据加解密,JS和JAVA同时实现
前端Vue调用Java后端接口中的数据进行加密,以避免泄露。现在实现一个高性能加密方法,用来对数据进行加密后传输。算法包括JS的加密和解密方法,也包括Java的加密解密方法。原创 2024-04-30 11:19:06 · 793 阅读 · 1 评论 -
深度优先搜索剪枝--xiaozhui
题目: HDU - 1010Tempter of the Bone这道题我是用shen原创 2014-05-02 20:27:23 · 1936 阅读 · 0 评论 -
搜索第一弹
题目DescriptionOn Planet MM-21,after their Olympic games this year, curling is getting popular. But the rulesare somewhat different from ours. The game is played on an ice game board onwhich a squ原创 2014-05-05 17:40:47 · 683 阅读 · 0 评论 -
冒牌排序法
不多说#includeint main(){ int a[]原创 2014-04-08 18:13:53 · 1106 阅读 · 0 评论