REPOSITORY OVERVIEWLive repository statistics
★ 0Stars
⑂ 0Forks
◯ 0Open issues
◉ 0Watchers
34/100
OPENREPOHUB HEALTH SIGNALLimited signals
A transparent discovery signal based on current public GitHub metadata.
Recent activity35% weight
30 Community adoption25% weight
0 Maintenance state20% weight
100 License clarity10% weight
0 Project information10% weight
35 This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
README preview
Java: From Core Concepts to DSA
A repository for learning and practicing Java, from core programming fundamentals to essential Data Structures and Algorithms (DSA). This collection includes beginner exercises and will grow to cover more advanced topics.
Table of Contents
- Core Concepts
- Algorithms
- Data Structures (Coming Soon)
- How to Compile and Run
Core Concepts
A collection of introductory programs focusing on the fundamentals of the Java language.
- FunctionsPrintMyName.java: Demonstrates basic function creation and usage with
String arguments.
- FunctionsPrintTheSum.java: A simple function to calculate and return the sum of two integers.
- averageof3.java: Calculates the average of three numbers.
- Homework1Calc.java: A basic calculator that performs arithmetic operations based on user input.
- UserinputCount.java: A program that counts positive, negative, and zero inputs from a user in a loop.
- numComparison.java / GreaterOfTwo.java: Examples of using conditional statements (
if-else) to compare numbers.
- Infiniteloop.java: An example of creating and controlling loops.
Algorithms
Implementations of common and fundamental algorithms.
- FunctionsPrintTheFactorial.java: A function to calculate the factorial of a number using a loop.
- Exponential.java: A custom function to calculate exponents without using
Math.pow().
- GCDCalculator.java: Implements the Euclidean algorithm to find the Greatest Common Divisor of two numbers.
How to Compile and Run
All programs in this repository can be compiled and run from the command line.
# Compile the Java file
javac YourFileName.java
# Run the compiled code
java YourFileName
ALGORITHMICALLY RELATEDSimilar Open-Source Projects
Selected from shared topics, language and repository description—not editorial ratings.
Dive into this repository, a comprehensive resource covering Data Structures, Algorithms, 450 DSA by Love Babbar, Striver DSA sheet, Apna College DSA Sheet, and FAANG Questions! 🚀 That's not all! We've got Technical Subjects like Operating Systems, DBMS, SQL, Computer Networks, and Object-Oriented Programming, all waiting for you.
96/100 healthRecently updatedPopularActive repositoryHas homepage
Jupyter NotebookMIT#algorithms#aptitude#collaborate#computer-network
⑂ 2.6K forks◯ 10 issuesUpdated today
Project homepage ↗Welcome to the AWS Code Examples Repository. This repo contains code examples used in the AWS documentation, AWS SDK Developer Guides, and more. For more information, see the Readme.md file below.
90/100 healthRecently updatedPopularActive repository
JavaApache-2.0#aws#cpp#documentation#dotnet
⑂ 5.8K forks