Java Alternatives
Similar projects and alternatives to Java
-
ed-odyssey-materials-helper
Elite Dangerous Odyssey Materials Helper
-
Advanced-Slime-World-Manager
A Spigot plugin that implements the Slime Region Format.
-
Sonar
Write Clean Java Code. Always.. Sonar helps you commit clean code every time. With over 600 unique rules to find Java bugs, code smells & vulnerabilities, Sonar finds the issues while you focus on the work.
-
-
java-algorithms-implementation
Algorithms and Data Structures implemented in Java
-
-
Go
Algorithms and Data Structures implemented in Go for beginners, following best practices. (by TheAlgorithms)
-
Data-Structures-and-Algorithms
Important data structures and algorithms implemented in Java along with solutions to AlgoExpert problems and some Leetcode problems. (by alpha037)
-
InfluxDB
Access the most powerful time series database as a service. Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.
-
-
-
coding-interview-university
A complete computer science study plan to become a software engineer.
-
developer-roadmap
Interactive roadmaps, guides and other educational content to help developers grow in their careers.
-
javascript-algorithms
📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings
-
-
awesome-ios
A curated list of awesome iOS ecosystem, including Objective-C and Swift Projects
-
design-patterns-for-humans
An ultra-simplified explanation to design patterns
-
awesome-cheatsheets
👩💻👨💻 Awesome cheatsheets for popular programming languages, frameworks and development tools. They include everything you should know in one single file.
-
-
learngo
❤️ 1000+ Hand-Crafted Go Examples, Exercises, and Quizzes. 🚀 Learn Go by fixing 1000+ tiny programs.
-
es6-cheatsheet
ES2015 [ES6] cheatsheet containing tips, tricks, best practices and code snippets
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
Java reviews and mentions
- 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
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.