iteration
Here are 31 public repositories matching this topic...
Creates an array of integers with random values between 1 and 20 (inclusive).
-
Updated
May 14, 2024 - Java
Write a Java program that does the following: 1- Creates an array of integers with random values between 1 and 1000 (inclusive) and a size of 20. 2- Finds and prints the smallest and biggest values in the array. 3- Calculates and prints the average value of all the elements in the array.
-
Updated
May 17, 2024 - Java
All the Assignments/Quizzes and mini Projects I have done in Programming Fundamental Course in University are here!
-
Updated
Mar 13, 2022 - Java
-
Updated
Jan 3, 2018 - Java
🗂️ Java Task Manager — Simple CLI Task Tracker in Java A beginner-friendly Java project that lets you create, edit, delete, and track tasks right from the terminal. Features include task status updates, deadline validation, and a clean menu-based user experience using core Java concepts like OOP, ArrayList, and input handling.
-
Updated
Jul 2, 2025 - Java
This program sorts the introduced details of a clients (name, surname, telephones, emails) using regular expressions and stores them in an XML document
-
Updated
Jul 4, 2021 - Java
A DFS algorithm based on both recursion and iteration to solve a chess like board game.
-
Updated
Jul 3, 2021 - Java
Iteron is a tiny Java framework for asynchronous iteration. It lets you work with sequences, streams, and event-driven data without blocking threads. The API is simple and composable, so you can produce, transform, and consume data step by step.
-
Updated
Nov 5, 2025 - Java
Java implementation of HITS and Pagerank Algorithm
-
Updated
Jul 17, 2020 - Java
Mobile application about numerical methods like one variable equations, linear systems of equations and interpolation. (Published in Google Play Store in its version 1.0.5 and +1.000 downloads).
-
Updated
Feb 23, 2020 - Java
A java project for a Mine Sweep Game.
-
Updated
Apr 7, 2023 - Java
Code to basic binary tree problems follow along 😃🎉
-
Updated
Oct 6, 2018 - Java
Improve this page
Add a description, image, and links to the iteration topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the iteration topic, visit your repo's landing page and select "manage topics."