模仿Java标准库的一些API实现的算法库,包括了数据结构,字符串处理(StringBuilder),图(有向图)。原来是用Python实现的,但是Python实现的并没有经过完整的测试,不能够保证完全的正确性。 使用Java实现的集合库都经过完整的测试,实际上,我在实现的过程中基本上用的都是自己实现的数据结构。另外的一些算法和工具来自《程序员面试金典》和《剑指offer》中的习题。
☆49Mar 31, 2015Updated 11 years ago
Alternatives and similar repositories for javaalgorithm
Users that are interested in javaalgorithm are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- java学习过程中碰到的到一些问题以及面试经历☆12Jun 7, 2018Updated 8 years ago
- 微服务的网关,包含oauth2授权、调用次数限制和服务路由☆13Jan 12, 2017Updated 9 years ago
- 微博数据分析服务框架。☆12Nov 10, 2015Updated 10 years ago
- 大型超市运营系统框架,基于GWT EJB JPA,完整的Java EE Web Application☆10Jun 25, 2014Updated 12 years ago
- ☆10Dec 20, 2017Updated 8 years ago
- AI Agents on DigitalOcean Gradient AI Platform • AdBuild production-ready AI agents using customizable tools or access multiple LLMs through a single endpoint. Create custom knowledge bases or connect external data.
- 本人的开源框架,其中包含了一系列的开源组件,xxoo已经正式更名为xmlbean-converter成为zxl框架的一部分。☆14Dec 16, 2022Updated 3 years ago
- 收集技术文档,涵盖面试,编程,数据库等等☆15Apr 19, 2018Updated 8 years ago
- jvm 学习中积累的代码☆32Nov 30, 2014Updated 11 years ago
- Java runtime dynamic tracing☆20Jun 10, 2021Updated 5 years ago
- Easy-to-use services framework☆16Apr 26, 2017Updated 9 years ago
- 西南大学软件工程专业学生毕业设计☆14Sep 17, 2016Updated 9 years ago
- 《Java并发编程实战 - Java Concurrency in Practice》,实践书中的例子,看哪些可以用于实际项目中。(但在使用之前,需要经过详细的单元和性能测试。)☆36Jun 25, 2016Updated 10 years ago
- 商品秒杀系统——Java并发实战和并发优化☆12Oct 6, 2016Updated 9 years ago
- 自己ctf比赛的writeup☆20May 27, 2019Updated 7 years ago
- Managed hosting for WordPress and PHP on Cloudways • AdManaged hosting for WordPress, Magento, Laravel, or PHP apps, on multiple cloud providers. Deploy in minutes on Cloudways by DigitalOcean.
- ☆23Oct 14, 2016Updated 9 years ago
- An image process system.☆16Oct 27, 2023Updated 2 years ago
- Demo project on how upload and process csv and excel file in the spring boot☆12Nov 9, 2017Updated 8 years ago
- rest 请求的API网关服务☆12Jan 12, 2019Updated 7 years ago
- Java并发☆29May 10, 2015Updated 11 years ago
- "Clustering by fast search and find of density peaks"是今年6月份在《Science》期刊上发表的的一篇论文,论文中提出了一种非常巧妙的聚类算法。经过几天的努力,终于用Java实现了文中的算法,下面与大家分享一下自己对算法…☆23Mar 12, 2015Updated 11 years ago
- 一个轻量级,高性能的缓存构架,以android缓存而设计为初衷,也可以应用于一般的Java项目中。☆14Sep 9, 2014Updated 11 years ago
- 目前生产环境使用的elasticsearch☆10Apr 29, 2014Updated 12 years ago
- Athena是一款简单易用,面向架构和发布流程优化,并且具有丰富使用文档的Restful服务框架。架构上,它与Spring Web MVC无缝集成,使业务项目没有任何框架代码的侵入,并且能够与CI一键发布流程完美结合。它提供了新项目生成工具,可以一键生成新业务项目的骨架,生…☆18Jul 20, 2015Updated 10 years ago
- Deploy to Railway using AI coding agents - Free Credits Offer • AdUse Claude Code, Codex, OpenCode, and more. Autonomous software development now has the infrastructure to match with Railway.
- PHP Bing Translation API Class☆12Jun 19, 2018Updated 8 years ago
- 支持集群部署,动态推送,配置一键导出导入,模块管理,全局配置查询等功能,可匹敌disconf☆23Aug 14, 2017Updated 8 years ago
- Flow Arch(流式架构)/Reactive Programming(RP/反应式编程) 实践☆12Dec 18, 2018Updated 7 years ago
- 基于JAVA NIO 的轻量级消息传输框架。主要功能包括:文本消息传输、二进制文件传输、文本及二进制混合传输、消息的自定义实现加密传输算法、同步或异步传输、客户端、服务端框架内置心跳监听、服务端认证、支持网络断线客户端自动重连。☆44May 12, 2017Updated 9 years ago
- 电影评估推荐系统☆17Jul 31, 2016Updated 9 years ago
- WEB 跨域postMessage() 漏洞挖掘工具,基本原理:使用AJAX 获取页面代码,结合iframe 和data 协议构造测试环境,然后在iframe 下的window.onmessage 中插入hook 监控onmessage 的参数,最后通过能否被原来的onme…☆11Sep 13, 2016Updated 9 years ago
- CONKY-colors is an easier way to configure Conky☆13Nov 1, 2016Updated 9 years ago
- ☆10Oct 12, 2015Updated 10 years ago
- River is a IDE for RiveScript on Android☆12Mar 2, 2019Updated 7 years ago
- Deploy to Railway using AI coding agents - Free Credits Offer • AdUse Claude Code, Codex, OpenCode, and more. Autonomous software development now has the infrastructure to match with Railway.
- 社交网络数据抓取,以及CRM系统。☆69Jul 4, 2015Updated 10 years ago
- 《挑战编程(清华大学出版社,刘汝佳译)》题解☆16Jun 6, 2017Updated 9 years ago
- 《剑指Offer》Java实现,进行中...☆19Sep 4, 2014Updated 11 years ago
- java技术学习笔记以及互联网面试常见题☆10Nov 2, 2019Updated 6 years ago
- mybatis generator 自动代码生成项目;实体类带注释;带mysql的limit分页☆10Dec 28, 2017Updated 8 years ago
- 一个用来更新Android App的Phonegap plugin☆23Mar 3, 2014Updated 12 years ago
- clover 1、开发server和client端 定时向zk集群发送心跳数据包,利用Java自带的timer程序实现该功能 2、开发整天的monitor程序,用来定时向zk中获取server和client端的心跳数据信息,如果超过指定时间没有收到最新的数据包,那么任务se…☆199Apr 15, 2015Updated 11 years ago