Library for multidimensional data structures and matrices
-
Updated
Jan 28, 2024 - Java
Library for multidimensional data structures and matrices
Java numerical classes for astronomy and beyond
Biblioteca para manipulação de modelos de Redes Neurais
Tensor from scratch in plain java
Data Structures 📊📊 and Algorithms 📝 using Java ☕ 👨💻
The course provides knowledge on how to work with linear data structures, solve algorithmic problems (problem solving skills), work with streams, files and directories, as well as create template classes. Attention is paid to the functional programming paradigm, as well as to the main tool based on it - Stream API for processing data streams.
Tasks from Java courses at https://softuni.bg/
This is a simple java project that convert multidimensional array to a single array. e.g. [[1,2,[3]],4] -> [1,2,3,4]
This version of MineSweeper is an AP Computer Science A lab
The project that follows my previous TicTacToeSuper, based on a series of tutorials on Hyperskill.org (JetBrains Academy).
Java Battleship Game to demonstrate multidimensional arrays
This is a repository for the Software University course - "Java Advanced - May 2020".
Java program for reading in and outputting 4 week daily temperatures.
My solutions for the Java Advanced January 2019 Course at Software University.
Breakout and Tic-tac-toe using simple concepts in JAVA
Continuous Evaluation mark-sheet portal using JAVA and OOP concepts such as inheritance and Exception handling
This program checks for a magic word square, a grid where each row and column forms a valid word. It verifies that the words formed horizontally across the rows are identical to those formed vertically down the columns, ensuring that the grid meets the criteria of a magic word square.
This single class of ArrayOne in this repository consists of numerous examples that may help any beginner in java to understand basic concepts of 1-D array and 2-D array in java . These are very simple and I have added some comments so that it will be more easy for all to understand.
Projet 5 : the famous game written in Java
Add a description, image, and links to the multidimensional-arrays topic page so that developers can more easily learn about it.
To associate your repository with the multidimensional-arrays topic, visit your repo's landing page and select "manage topics."