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

GitHub topics: 2d-array

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: 1 day ago - Pushed at: 1 day ago - Stars: 0 - Forks: 0

ATeaDaze/ateadaze.github.io

JavaScript apps: Yahtzee, Blackjack, Emoji Table, Rainbow Noise, Simple Waves

Language: JavaScript - Size: 57.3 MB - Last synced at: 3 days ago - Pushed at: 4 days ago - Stars: 0 - Forks: 0

Zaareen04/JavaArray

Loop/Array/String/2D Array

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

AlessandroConti11/Sorting_Network

In this repository you can find the implementation of some sorting networks.

Language: C++ - Size: 89.8 KB - Last synced at: 18 days ago - Pushed at: 18 days ago - Stars: 0 - Forks: 0

becheran/grid

Two dimensional grid data structure

Language: Rust - Size: 95.7 KB - Last synced at: 10 days ago - Pushed at: 19 days ago - Stars: 86 - Forks: 29

DevExpress-Examples/winforms-grid-bind-to-2d-array

Bind the WinForms Data Grid to 2D-arrays (Boolean, string, integer).

Language: Visual Basic .NET - Size: 63.5 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

s0rg/array2d

Generic 2D array

Language: Go - Size: 11.7 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

mcquerol/tictactoe-cpp

C++ Tictactoe game focusing on 2D array manipulation and OOP design and console output with user input. 2 player (human vs human or human vs AI)

Language: C++ - Size: 425 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 0

gunvirranu/block-grid

A quick, cache-conscious, blocked 2D array for Rust

Language: Rust - Size: 132 KB - Last synced at: 28 days ago - Pushed at: 4 months ago - Stars: 7 - Forks: 1

mcquerol/reversi-cpp

C++ Reversi game focusing on 2D array manipulation and OOP design.

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

Carleslc/kotlin-extensions

Utility extensions to boost your programming with Kotlin.

Language: Kotlin - Size: 204 KB - Last synced at: 2 months ago - Pushed at: almost 2 years ago - Stars: 75 - Forks: 15

muhammadrafayasif/the-maze

The Maze is a simple game where the player enters a maze and is tasked to find the exit. The Maze is available currently with 3 levels with a detailed summary of your moves at the end.

Language: C - Size: 25.4 KB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

sharpyr/Veho

iterable toolset

Language: C# - Size: 492 KB - Last synced at: 2 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

MadeByBalaji/C-Exercise

See my C code

Language: C - Size: 6.18 MB - Last synced at: 3 days ago - Pushed at: 7 months ago - Stars: 8 - Forks: 2

rohillanishant/DSA-Cpp

Data Structures and Algorithms in C++

Language: C++ - Size: 74 MB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 1 - Forks: 0

TabithaDoicin/Quantum-Estimation-Theory-for-Optomechanics

Python implementation of Quantum Estimation Theory for a specific optomechanical system. Paper: https://arxiv.org/abs/2012.08876

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

eyasir329/DSA

All DSA Related Code is here

Language: C++ - Size: 303 KB - Last synced at: 11 months ago - Pushed at: about 1 year 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

hchiam/grid

2D array class in JS

Language: JavaScript - Size: 15.6 KB - Last synced at: 7 days ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

Jasim-ansari-23/DSA_With_CPP

Here I have given my own c++ code of DSA, whatever I have done.

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

SBundele/Maze_Solver

A CLI App to generate maze and find the path avoiding the obstacles of the matrix.

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

shlomiNugarker/minesweeper-sprint-1

Minesweeper game

Language: JavaScript - Size: 9.17 MB - Last synced at: about 1 year ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

AkshitGupta31/C-Programming-Full

This repository contains about 100 codes which I did while learning C programming so it mainly contains basic and concept building codes.

Language: C - Size: 20.5 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/Sudoku_Game

Sudoku is a logic-based, combinatorial number-placement puzzle.

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

Yomna521/2D-Array-Merge-Sort

Merge sort on 2D array in python. It sorts row-wise, then column-wise.

Language: Python - Size: 8.79 KB - Last synced at: over 1 year ago - Pushed at: about 4 years ago - Stars: 1 - Forks: 0

SejalCh/2D-Array-Matrices-in-CPP

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

BGunaseelan/ProjectCollection

This program is the construction of Collection in Java by using Cucumber framework

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

Shitanshu-00/Java

This repo contains Java Programs

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

xiaomei-wu/p5js-sudoku

https://xiaomei-design.github.io/p5js-sudoku/

Language: JavaScript - Size: 6.73 MB - Last synced at: almost 2 years ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

manavmalaviya/2d-arrays

This Data Structure and Algorithm for 2d arrays will help you find easy solutions of some popular questions asked by MNC's in c++ and help you crack interviews.

Language: C++ - Size: 1000 Bytes - Last synced at: almost 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

ethtang/WhackAMole

A game based on 2D arrays and luck. Not pay to win.

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

pronobkarmoker/Core_Codes_and_Projects

Here are all the basic codes and projects which are done in C & C++ .

Language: C++ - Size: 1.15 MB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 2 - Forks: 0

Meirbek-dev/Table-Array_Manipulations

Table-array manipulations in Python

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

Meirbek-dev/File_Manipulations

File manipulations in Python

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

Meirbek-dev/wxGrid_Manipulations

Table-array manipulations using wxPython

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

Sulter/span_nd

Multi dimensional std::span

Language: C++ - Size: 5.86 KB - Last synced at: almost 2 years ago - Pushed at: about 5 years ago - Stars: 1 - Forks: 0

kanika-singla/CountIslands

A java-spring boot application to count number of islands in a 2D array

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

javamultiplex/learn-dsa

Learn DSA

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

saschaklatt/gridl

2D grid utilities

Language: TypeScript - Size: 2.77 MB - Last synced at: 20 days ago - Pushed at: over 2 years ago - Stars: 13 - Forks: 0

glenfletcher/ZtoRGBpy πŸ“¦

Complex number to perceptually uniform RGB subset mapping library

Language: Python - Size: 63.5 KB - Last synced at: 14 days ago - Pushed at: about 6 years ago - Stars: 0 - Forks: 0

mylesmegaffin/TimesTable

Experimenting with 2D Arrays by making a times table. Creating the 2D-Array then Iterating over the Array and displaying it to the console.

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

marcelohcortez/memory-game

Simple project of a memory game using 2D array

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

morkev/word-finder

Finds all the possible words you can create from any dictionary with a matrix containing a given set of N chars.

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

ranasauravsingh/JS-Concept-Practice

This repository contains the basic mini systems designed with the help of JS concepts.

Language: HTML - Size: 23.4 KB - Last synced at: 7 months ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

SoumyadeepMukherjee/Matrix_Manipulation

This GitHub repository explores the various types of matrix manipulations in various programming languages.

Language: Java - Size: 84 KB - Last synced at: over 2 years ago - Pushed at: almost 3 years ago - Stars: 6 - Forks: 26

miraehab/LeetCode-June-Daily-Challenges-2022

This repository contains my solutions to the LeetCode Daily Challenges of June implemented in C++

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

Tushar499/C-Files

This "C-Files" repository has 4 solutions of the Assignment on Array & String. Assignment designed by Md. Rafi-Ur-Rashid, Lecturer, CSE, UIU for the course SPL lab.

Language: C - Size: 1.69 MB - Last synced at: almost 2 years ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

apoorv-5369/LeetcodeRichestCustomerWealthSolution

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

pirtwo/griddedjs

small library for working with 2D arrays.

Language: JavaScript - Size: 127 KB - Last synced at: 11 days ago - Pushed at: almost 5 years ago - Stars: 2 - Forks: 0

zakonweb/array-codes-AS

Program code using 1D and 2D arrays.

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

sna74849/Dijkstra

γƒ€γ‚€γ‚―γ‚Ήγƒˆγƒ©γ‚’γƒ«γ‚΄γƒͺγ‚Ίγƒ 

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

ryankgit/KenKen

KenKen game solver using Depth-First Search (DFS) algorithm

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

yashvardhan-rustedlegend/Upper-Lower-triangle-matrix

Write a program to print the lower triangular matrix and upper triangular matrix of a 2D Array.

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

Himanshutiwari15/DataStructures

Two Dimensional Arrays - Mapping - Searching (all techniques) - Sorting (all techniques) - Hashing

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

saratkumar17mss040/Coding-challenges

Coding problems with solution

Language: JavaScript - Size: 40 KB - Last synced at: about 2 years ago - Pushed at: almost 5 years ago - Stars: 4 - Forks: 1

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

INS368-Katas/lab2-2d-array-simulation

Laboratory #2 for the class "Tendencias en Desarrollo de Aplicaciones" at INTEC.

Language: Go - Size: 1000 Bytes - Last synced at: 12 months ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

gening/seq_re

2-dimensional Sequence Regular Expression (SEQ RE)

Language: Python - Size: 527 KB - Last synced at: 10 days ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

SyedMuhammadMuhsinKarim/Row-Reduction-Echelon-Form-Using-CSharp

Row Reduction Echelon Form Algorithm Implementation Using C Sharp (C#) Programming Language

Language: C# - Size: 1.95 KB - Last synced at: about 2 years ago - Pushed at: about 6 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

derekyee97/Game-Of-Life

A small program implemented to simulate cell division. Using 2d arrays and a given pattern file, the program will compute and print out X generations of cell growth.

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