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 version of MineSweeper is an AP Computer Science A lab
This is a simple java project that convert multidimensional array to a single array. e.g. [[1,2,[3]],4] -> [1,2,3,4]
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".
My solutions for the Java Advanced January 2019 Course at Software University.
Java program for reading in and outputting 4 week daily temperatures.
Breakout and Tic-tac-toe using simple concepts in JAVA
Multidimensional range query implementation using Binary Search Trees.
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
Tasks from my course Java Advanced at SoftUni
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."