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".
Breakout and Tic-tac-toe using simple concepts in JAVA
Java program for reading in and outputting 4 week daily temperatures.
My solutions for the Java Advanced January 2019 Course at Software University.
Multidimensional range query implementation using Binary Search Trees.
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.
The Cinema Room Manager is a meticulously designed program that exemplifies the principles of Object-Oriented Programming (OOP) and harnesses the power of multidimensional arrays. This system streamlines the process of reserving and managing movie tickets, offering an intuitive and efficient experience for both users and administrators.
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."