InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now. Learn more →
Java Alternatives
Similar projects and alternatives to Java
-
developer-roadmap
Interactive roadmaps, guides and other educational content to help developers grow in their careers.
-
InfluxDB
InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
-
-
-
-
-
-
Sevalla
Deploy and host your apps and databases, now with $50 credit! Sevalla is the PaaS you have been looking for! Advanced deployment pipelines, usage-based pricing, preview apps, templates, human support by developers, and much more!
-
-
-
-
RxJava
RxJava – Reactive Extensions for the JVM – a library for composing asynchronous and event-based programs using observable sequences for the Java VM.
-
-
awesome-java
A curated list of awesome frameworks, libraries and software for the Java programming language.
-
-
learngo
❤️ 1000+ Hand-Crafted Go Examples, Exercises, and Quizzes. 🚀 Learn Go by fixing 1000+ tiny programs.
-
learn oops in python
📚 Playground and cheatsheet for learning Python. Collection of Python scripts that are split by topics and contain code examples with explanations.
-
Go
Algorithms and Data Structures implemented in Go for beginners, following best practices. (by TheAlgorithms)
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
Java discussion
Java reviews and mentions
- Algorithms Implemented in Java
-
How I merged Five Pull Requests, Lose Sanity, and Laugh It Off
PR: TheAlgorithms/Java#5580 Contribution Summary:
-
Top 10 GitHub Repositories for Python and Java Developers
6. The Algorithms - Java This repository contains implementations of popular algorithms and data structures in Java, making it a valuable learning tool for those interested in these topics. https://github.com/winterbe/java8-tutorial
- Cool Github repositories for Everyone
-
Algorithms and data structures implemented in many programming languages
yeah I agree. I think it's because they pretty much allow contributions of algorithms from various people and the code review standards are not super high. I recall at one point the BFS algorithm in Java actually used an ArrayList (roughly equivalent to std::vector) for the queue, which is silly because popping from the front is O(N), so I had to submit a fix for that:
https://github.com/TheAlgorithms/Java/pull/3231
but I agree that basic low-hanging issues like this (and the exponential-time fibonacci that another commenter pointed out) really prevents me from taking this repo very seriously
- Ingeniería informática. ¿Alguien me puede hablar de sus experiencias?
- GitHub - TheAlgorithms/Java: All Algorithms implemented in Java
-
Any beginner-friendly tutorials on hashing +salting strings?
here you can use of the ciphers
-
Where is the best place online to learn Java?
I would start by learning about base class libraries: What is java and then study how some algorithms might be implemented by looking at this repository
-
A note from our sponsor - InfluxDB
www.influxdata.com | 1 Sep 2025
Stats
TheAlgorithms/Java is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of Java is Java.