An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: 2d-arrays

CACACAACAACA/JavaArray

# JavaArrayJavaArray provides simple tools for managing and manipulating arrays in Java. Explore efficient methods to enhance your coding experience! 🚀📦

Size: 18.6 KB - Last synced at: 2 days ago - Pushed at: 2 days ago - Stars: 0 - Forks: 0

KILLERXNKVT/Programmes-Collection

A collection of various programs written in different programming languages for educational purposes. Includes examples of algorithms, data structures, and simple applications for beginners to practice coding skills.

Language: Jupyter Notebook - Size: 6.2 MB - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 1 - Forks: 0

Zaareen04/JavaArray

Loop/Array/String/2D Array

Size: 12.7 KB - Last synced at: 14 days ago - Pushed at: 14 days ago - Stars: 0 - Forks: 0

Sanjay3005v/leetcode

Leetcode problems solutions using java and javascript

Language: Java - Size: 611 KB - Last synced at: 25 days ago - Pushed at: 25 days ago - Stars: 0 - Forks: 0

CoderJo-Pro/Cpp-Array2D

A C++ Library about 2D array template classes, grid and mathematical operations of matrices.

Language: C++ - Size: 47.9 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

Vietnoirien/Sand_Cmulation

A high-performance particle simulation system with advanced spatial partitioning in C++.

Language: C++ - Size: 1.2 MB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

shabebe11/Boxed_In

Sokoban inspired game

Language: C - Size: 1.3 MB - Last synced at: about 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

venkat-0706/Tic-Tac-Toe-Game

Tic-Tac-Toe is a simple game where two players try to get three marks in a row on a 3x3 grid. The first player to achieve this wins. If no one does, it's a draw.

Language: Jupyter Notebook - Size: 9.77 KB - Last synced at: about 2 months ago - Pushed at: 8 months ago - Stars: 10 - Forks: 1

0xhilSa/matrix.py

python library dedicated to matrices / 2D arrays

Language: Python - Size: 81.1 KB - Last synced at: 2 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

sahaantor149/Structured-Programming-Language

This repository contains a collection of C programming exercises and solutions, categorized by topics such as arrays, loops, and nested loops. Designed for beginners and intermediate learners, it provides practice problems, sample solutions, and helpful resources to improve coding skills in C.

Language: C - Size: 2.05 MB - Last synced at: 3 months ago - Pushed at: 4 months ago - Stars: 1 - Forks: 0

Sanjay3005v/Java-practice-programs

Learn Java by practicing the programs

Language: Java - Size: 104 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 1 - Forks: 2

Paroryx/UE04

Java programs for the fourth exercise unit (UE04) in "Software Development 1". Focus: working with one-dimensional and two-dimensional arrays.

Language: Java - Size: 1000 Bytes - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

courseworks/AUT_BP_2024_Fall_HW4

The fourth assignment for AUT's Basic Programming course (Fall 2024) introduces advanced C programming challenges. Students will swap values of 2D arrays, transpose square matrices in-place, and sort arrays using various algorithms like Bubble Sort and Merge Sort. The tasks emphasize the mastery of pointers and multi-dimensional arrays.

Language: C++ - Size: 140 KB - Last synced at: 3 months ago - Pushed at: 6 months ago - Stars: 1 - Forks: 0

Vatsalj17/Dynamic-Matrix-Operations-using-C

Explore matrix operations in C with this project that includes functionality for dynamic memory allocation, ensuring efficient handling of matrices. Operations implemented: addition, subtraction, multiplication, and transposition.

Language: C - Size: 5.86 KB - Last synced at: 3 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

pprattis/weather-station-program

This is a practice program is Visual Basic that simulates the calculation of some cities' weather and various statistics.

Language: Visual Basic .NET - Size: 2.93 KB - Last synced at: 2 months ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

sharvillimaye/RU-CS112

Rutgers CS Data Structures Assignments

Language: Java - Size: 222 KB - Last synced at: 3 months ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

SLoharkar/Java-Multiplication-Table

Java Multiplication Table Using Jagged Array

Language: Java - Size: 79.1 KB - Last synced at: 19 days ago - Pushed at: about 2 years ago - Stars: 2 - Forks: 0

HaiderABB/PGM-image-editor

Implementation of an image editor for the .pgm image format in C++ using 2-Dimensional Arrays

Language: C++ - Size: 46.9 KB - Last synced at: 4 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

raorafay-dev/DSA-Lab-4

Sorting Techniques

Language: C++ - Size: 1.95 KB - Last synced at: 11 months ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

tinwatchman/2d-array-rotation

Rotates two-dimensional arrays clockwise by 90 degrees, 180 degrees, or 270 degrees.

Language: JavaScript - Size: 2.44 MB - Last synced at: 17 days ago - Pushed at: over 2 years ago - Stars: 7 - Forks: 1

Njuguna-JohnBrian/CaterpillarControlSystem

The Caterpillar Control System is a console-based simulation of a caterpillar's movement. The system allows users to control the caterpillar by providing commands for movement, growth, and shrinking.

Language: C# - Size: 91.8 KB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 1

helenailic/Mountain-Paths-Machine-Project

When given elevation data input consistent with how the NOAA(National Oceanic and Atmospheric Administration) provides elevation data, a hiker wants to determine the most efficient mountain path. In this project I wrote and tested code that reads in elevation data, processes it, and then prints out a grayscale topological image map.

Language: C++ - Size: 0 Bytes - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

nofil-zahid/DSA-LAB-TASKS

This repository contains my solutions to various Data Structures and Algorithms (DSA) lab tasks assigned during my coursework. Each task focuses on different aspects of DSA, ranging from basic algorithms to complex data structures.

Language: C++ - Size: 732 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

MayRozen/ComputerScience_Intro---assignment3

This assignment introduces the design and implementation of algorithms on 2D arrays (aka images). The main task in this assignment was to implement a set of “image processing” algorithms over 2D arrays representing an image, a maze, or simple 2D matrix. Moreover, I had required to implement a JUnit class - to test all my functions.

Language: Java - Size: 1.27 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

Poulami-17/DSA-Java

DSA Codes in Java

Language: Java - Size: 13.7 KB - Last synced at: over 1 year ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

slashexx/Searching-In-2D-Arrays

Binary searching in 2D arrays

Language: Java - Size: 8.79 KB - Last synced at: 3 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

Official-Triranjan26/practice_DSA

Language: C++ - Size: 2.63 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 0

kumarroshan123/Terminal_Based_Maze_Solver

The "Terminal Based Maze Solver" project is a Python implementation featuring a maze generator and a depth-first search algorithm to find a solvable path from the starting to the ending point in a randomly generated maze. The program provides a user-friendly console interface for interaction and exploration of maze solutions.

Language: Python - Size: 6.84 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

Nour-Sadek/Minesweeper

This project generates the play field and processes player moves in the game Minesweeper.

Language: Java - Size: 30.3 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

strniko/CAR_sharp_Interpreter

CAR# Interpreter: An open-source interpreter for the esoteric programming language CAR#, created by Niko Strauch. Explore the world of 2D programming with a car-like cursor navigating through a grid represented by #.

Language: Python - Size: 31.3 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 0

ArifAhmed120829/Tic-Tac-Toe--Game-

Tic tac toe is a simple and popular game. I made this game using java language.

Language: Java - Size: 7.81 KB - Last synced at: 3 months ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

MarkEAldrichJr/The-Red-Circled-Menace

A personal project I made when learning to program in python with the use pf pygame. Still working on it.

Language: Python - Size: 16.6 KB - Last synced at: over 1 year ago - Pushed at: over 6 years ago - Stars: 1 - Forks: 1

khchuang12/Cell-Game

Simulates a game in which cells take up spots on a board and have properties that allow them to move, multiply and divide different directions to overcome other cells

Language: Java - Size: 10.7 KB - Last synced at: over 1 year ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

khchuang12/Rotating-Floor-Plan

Takes a 4x5 Minecraft floor plan represented as a 2D array and manipulates the values to "rotate" the floor plan 90 degrees clockwise

Language: Java - Size: 1000 Bytes - Last synced at: over 1 year ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

khchuang12/Infection-Saucer

Simulates game in which cells on a board can move, divide, multiply, spawn and delete in order to overcome other cells and win the game

Language: Java - Size: 19.5 KB - Last synced at: over 1 year ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

Maxsonin/Elements-Simulation

Simple Simulation of Water, Sand, Lava and Stone

Language: C++ - Size: 6.75 MB - Last synced at: 2 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

ray-arindam/Data-Structure-Problems

Public Repo to Contribute Solutions in Java,Python,Cpp of DSA Cracker Sheet

Language: Java - Size: 4.08 MB - Last synced at: 11 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 1

vmsaif/alienShipnatorGame

Alien Shipnator Game is a Java project where players shoot aliens and avoid being hit. Players move with the arrow keys and shoot with the space bar. The game ends if an alien touches the ship or the ship is hit by an alien's shot.

Language: Java - Size: 1.18 MB - Last synced at: about 1 year ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

isherep/CSC143-Aloha-airlines

Project from CSC143.

Language: Java - Size: 120 KB - Last synced at: almost 2 years ago - Pushed at: about 6 years ago - Stars: 3 - Forks: 1

brian-mckeown/SoftwareEnterpriseProject

Group Final Project for Enterprise Software course at Arizona State University

Language: Java - Size: 83 KB - Last synced at: almost 2 years ago - Pushed at: over 8 years ago - Stars: 0 - Forks: 0

KenanStredic/UltimateTicTacToe

Ultimate Tic Tac Toe

Language: Java - Size: 78.1 KB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

YordanKostov/JavaTasks

Language: Java - Size: 130 KB - Last synced at: almost 2 years ago - Pushed at: about 8 years ago - Stars: 0 - Forks: 0

kunalmishravitb/DSA-Mock-Test-1

Language: Jupyter Notebook - Size: 2.93 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

shihabshahrier/max_min_2d_arr_recursion

recursion problem

Language: Python - Size: 2.93 KB - Last synced at: 2 months ago - Pushed at: over 3 years ago - Stars: 10 - Forks: 0

29th-Day/VisualizeArrays

Visualize 2D arrays

Language: CSS - Size: 1000 Bytes - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

robin-dc/Gauss-Jordan-Elimination

Convert a matrix into reduced-row echelon form

Language: JavaScript - Size: 49.8 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 2 - Forks: 0

karim1safan/CSharp_Problems_Solutions

Solving Some Problems Using C# Language.

Language: C# - Size: 45.9 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 1

mhsn001/IslandProblem

Find out number of island and biggest island. For problem description please click the below link.

Language: Java - Size: 39.1 KB - Last synced at: about 2 years ago - Pushed at: over 5 years ago - Stars: 2 - Forks: 0

suren-rjs/JavaPracticeBook

This Repository has collection of java programmes for interview preparation.

Language: Java - Size: 78.1 KB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 3 - Forks: 0

SXV357/APCS-Labs

Labs completed during the course of the year in AP Computer Science

Language: Java - Size: 3.61 MB - Last synced at: 3 months ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

Elagoht/Squirrel

Lightweight python module for 2 dimensional data managing, storing and manipulation (with regex support).

Language: Python - Size: 120 KB - Last synced at: 3 months ago - Pushed at: over 2 years ago - Stars: 3 - Forks: 0

Hafiz-Sakib/Structured-Programming

Structured Programming

Language: C - Size: 9.55 MB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

haid-er/C-Language

Repository contains the codes about programming fundamentals of C Language.

Language: C - Size: 9.9 MB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

ShanM5/RUKindergarten-Class-Simulator

Create a kindergarten that has students in line (a singularly linked list), and have the options to seat them in a 2d array based on seating availability, put them into a musical chairs circular linked list and play a game of musical chairs, and put them back into their seats from the winner, then to order of height. Option to delete/add students.

Language: Java - Size: 42 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

ShanM5/GameOfLife

Creating John Conway's Game of Life. Provided with Driver.java that displays the board. Tasked with implementing GameOfLife.java, receives text input to create the 2D array board, methods that identify alive cells and their neighbors, computing the grid's new generations following the game’s rules, and count # communities using weighted-qucik-union

Language: Java - Size: 78.1 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

aaroncferrer/tic-tac-toe

Web-based Tic-Tac-Toe

Language: JavaScript - Size: 4.88 KB - Last synced at: 2 months ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

HamzaRasheed26/Programming_Problems

It contains some programs like matrix calculator using 3x3 2D array, football players data storage using structure, car parking problem and gravity on 10x10 2D array.

Language: C++ - Size: 114 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

Krish-Depani/Data-Structure-C

It contains some data structures such as Arrays, Strings, Stacks, Queue and Tree implemented in C language.

Language: C - Size: 18.6 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 3 - Forks: 0

ab-siddiq/phitron

Phitron C and C++ Programming

Language: C - Size: 95.7 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Ashi777/Java-Programs

Basic programs created in JAVA language related to the topics Data Structures, Calculation Based Programs etc.

Language: Java - Size: 9.77 KB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Vaishali-Anapayan/PacMan

Recreated the PacMan game using Java in JGrasp and used 2D arrays to create the game board. Employed object-oriented programming to display images, track game points, and develop new features such as additional play time and an improved points system.

Language: Java - Size: 39.1 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

troycura/Flattening2D_ArrayWithStreamAndLinkedList

Flattening a two Dimensional Array "2D" with Lambda & stream()

Language: Java - Size: 3.91 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

SuryakantKumar/Data-Structures-Algorithms

Data Structures & Algorithms : Problems with its Code in python programming language

Language: Python - Size: 214 KB - Last synced at: 29 days ago - Pushed at: over 5 years ago - Stars: 4 - Forks: 0

TheCongaGuy/Sudoku-Solver

Complete Sudoku Solver, given that there is only one possible solution. Built in High School

Language: C# - Size: 21.5 KB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

JonathanSamuelTan/Tic_Tac_Toe

Simple console game using java

Language: Java - Size: 7.81 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

28101991SUNNY/Data_structure_Algorithms_

Intermediate Data Structures and Algorithms Pracatice

Language: Jupyter Notebook - Size: 37.2 MB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

Akshay0326/Introduction-to-Java-Coding-Ninjas

This repository keeps all the content given in introduction to java course offered by coding ninjas. The course I purchased was premium, So, it contains some extra things in compare to others. And if you like this repository and want some other courses repo on my GitHub profile, please star this repository and follow me on my social media, you can also direct message me for any doubt or help, I have provided my details in a text file in this repository. Happy Coding!.

Size: 18.1 MB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 1

ElliotSherman/Minesweeper

Minesweeper Game mock (Coding Academy Sprint 1)

Language: JavaScript - Size: 4.88 KB - Last synced at: 2 months ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

om-mishra-it/CompetitiveProgramming

Language: C++ - Size: 22.5 KB - Last synced at: 9 months ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 0

Ruby123-creator/basic-java

Baisc java(for beginners )

Size: 48.8 KB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 0

idogoshen1/Java-A-B-Open-University

Language: Java - Size: 13.7 KB - Last synced at: over 1 year ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

cesjds/unit-6

This unit is about arrays and arrayLists. we learned to go through arrays, 2D arrays and extract rows and columns from them.

Language: Java - Size: 11.7 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

thenishantgiri/dsalgo

Archive of my Data Structures and Algorithms (using C++)

Language: C++ - Size: 59.6 KB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

Daniel-Himself/Adjustable-TicTacToe-in-C

TicTacToe Game With an Adjustable Canvas Size

Language: C - Size: 263 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

MohitMurotiya/2048

An implementation of 2048 game using React

Language: JavaScript - Size: 263 KB - Last synced at: over 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

nicolasdesnoust-codingame/ThereIsNoSpoon

Solution à l'exercice There is no Spoon – Episode 1 proposé par la plateforme Codingame.

Language: Java - Size: 1000 Bytes - Last synced at: over 2 years ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

Samuel-Sorial/Competitive-programming

Competitive programming solutions for many of the famous competitive programming websites like hackerrank, codeforces, leetcode, and topcoder.

Language: Java - Size: 104 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 1

hershyz/2d-arr

2d array frq code

Language: Java - Size: 12.7 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

pprattis/hotel-receipts-program

This is a practice program is Visual Basic that simulates the calculation of hotels' receipts and various statistics.

Language: Visual Basic .NET - Size: 2.93 KB - Last synced at: 2 months ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

pprattis/milk-station-program

This is a practice program is Visual Basic that simulates the calculation of the milk stations' progress of a week.

Language: Visual Basic .NET - Size: 5.86 KB - Last synced at: 2 months ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

shamoon1997/Print-2D-Array-using-Single-loop-and-Single-variable-in-C-

This is the short code in which a 2D-Array is printed using a single for loop and single variable without any extra loop and variable

Language: C++ - Size: 1.95 KB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

YashChat/Max-Product-Grid

Given an N × N grid of integers and an integer M ≤ N , determine the maximum product that can be made from M integers that are next to each other in the grid (horizontally, vertically, or diagonally.)

Language: Java - Size: 2.93 KB - Last synced at: 6 months ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

M0ng00se7169/AiSD

Algorithms and Data Structures from my university studies

Language: Java - Size: 125 KB - Last synced at: over 2 years ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

sanyathisside/Arrays

Array (data structure) implementation.

Language: C++ - Size: 129 KB - Last synced at: over 2 years ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

rishabh26malik/P_cube

Topicwise coding practice

Language: C++ - Size: 127 KB - Last synced at: over 2 years ago - Pushed at: almost 6 years ago - Stars: 1 - Forks: 0

CSIGildea/ARM_Assembly_CS1022-Assignment

ARM Assembly - "2-Dimensional Arrays/Image Manipulation" - Introduction to Computing #2 - Assignment

Language: Assembly - Size: 2.01 MB - Last synced at: over 2 years ago - Pushed at: almost 8 years ago - Stars: 0 - Forks: 0

Asher978/My-Fav-Algos

Language: JavaScript - Size: 45.9 KB - Last synced at: over 2 years ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0

meysam81/matrix

a very simple implementation of a 3 * 3 matrix in c++, from back in college

Language: C++ - Size: 157 KB - Last synced at: 3 months ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0

rammhapasekar/FunWithAlgorithms

Language: Swift - Size: 1.34 MB - Last synced at: 16 days ago - Pushed at: about 8 years ago - Stars: 0 - Forks: 0

AllenCompSci/Arrays-Dynamic-and-Vectors

Notes from CSC1

Language: C++ - Size: 40 KB - Last synced at: over 2 years ago - Pushed at: over 8 years ago - Stars: 0 - Forks: 0