Java-Beginner-Projects
Explore a variety of simple, hands-on Java projects ideal for beginners. Sharpen your coding skills while creating command-line applications, games, and practical tools in Java. Perfect for those new to programming or looking to learn Java. (by Janani-Balasooriya)
Java
All Algorithms implemented in Java (by TheAlgorithms)
Java-Beginner-Projects | Java | |
---|---|---|
1 | 10 | |
53 | 63,137 | |
- | 0.9% | |
6.0 | 9.6 | |
10 months ago | 5 days ago | |
Java | Java | |
- | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Java-Beginner-Projects
Posts with mentions or reviews of Java-Beginner-Projects.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-10-26.
-
How I merged Five Pull Requests, Lose Sanity, and Laugh It Off
PR: Janani-Balasooriya/Java-Beginner-Projects#28 Contribution Summary: This repository is a collection of simple Java projects, and I decided to tackle a Weather App. 🌦️ I developed a straightforward console-based application where users can get weather updates for their current location or any location they input. I made some API calls and did a bit of formatting to make it all work. It’s cleanly coded and modular, making it easy for new Java learners to grasp! 👩💻
Java
Posts with mentions or reviews of Java.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-10-26.
- 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
What are some alternatives?
When comparing Java-Beginner-Projects and Java you can also consider the following projects:
Quotes - Some of the greatest quotes, submitted by You.
Go - Algorithms and Data Structures implemented in Go for beginners, following best practices.
Binary-Calculator - Binary Calculator
C - Collection of various algorithms in mathematics, machine learning, computer science, physics, etc implemented in C for educational purposes.
ChocoBar - The usual Snackbar with more 🍫 and colours :tada:
CtCI-6th-Edition - Cracking the Coding Interview 6th Ed. Solutions