2d-arrays
There are 105 repositories under 2d-arrays topic.
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.
shihabshahrier/max_min_2d_arr_recursion
recursion problem
infotechprogrammer/data-structure-in-java
Problems of Data Structure from basics are covered here for interview preparation and logic building. Basic programming problems and so many interview based leetcode problems are present. Every program is written to solve problem in as optimized way as possible.
tinwatchman/2d-array-rotation
Rotates two-dimensional arrays clockwise by 90 degrees, 180 degrees, or 270 degrees.
davidqkelly/ThinPlateSpline_DotNet
C# / .NET wrapper for thin plate spline interpolation based on Peter Stroia-Williams C++ implementation
suren-rjs/JavaPracticeBook
This Repository has collection of java programmes for interview preparation.
SuryakantKumar/Data-Structures-Algorithms
Data Structures & Algorithms : Problems with its Code in python programming language
Elagoht/Squirrel
Lightweight python module for 2 dimensional data managing, storing and manipulation (with regex support).
isherep/CSC143-Aloha-airlines
Project from CSC143.
Krish-Depani/Data-Structure-C
It contains some data structures such as Arrays, Strings, Stacks, Queue and Tree implemented in C language.
robin-dc/Gauss-Jordan-Elimination
Convert a matrix into reduced-row echelon form
ashiaecs/justcode
This repository is for the people who are contributing for first time to a public repository and know how to contribute.
DarshanKumarBhandari11/DSA_with_Java
This repository showcases 256 DSA problems solved in Java using VS Code, reflecting my hard work, discipline, and consistency. These problems were studied in the Alpha Course at Apna College, taught by Shraddha Khapra, covering a wide range of data structures and algorithms to enhance problem-solving skills.
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.
khokan-gorain/Top-DSA-Interview-Questions
Data Structures and Algorithms (DSA) are fundamental concepts in computer science that play a crucial role in problem-solving and software development. They provide the building blocks and efficient methods for organizing, storing, and manipulating data, as well as for solving computational problems.
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.
mhsn001/IslandProblem
Find out number of island and biggest island. For problem description please click the below link.
SLoharkar/Java-Multiplication-Table
Java Multiplication Table Using Jagged Array
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 #.
sultanofficial717/Python-Tetris-Game-
Python Semester Project
usama1111/C-PROGRAM
HEY THIS IS MY SOME C LANGUAGE BASIC PROGRAMS
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.
28101991SUNNY/Data_structure_Algorithms_
Intermediate Data Structures and Algorithms Pracatice
29th-Day/VisualizeArrays
Visualize 2D arrays
ArifAhmed120829/Tic-Tac-Toe--Game-
Tic tac toe is a simple and popular game. I made this game using java language.
CoderJo-Pro/Cpp-Array2D
A C++ Library about 2D array template classes, grid and mathematical operations of matrices.
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.
Ganesh2116/Day-44
2d-Array Assignment
Ruby123-creator/basic-java
Baisc java(for beginners )
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.
Sanjay3005v/Java-practice-programs
Learn Java by practicing the programs
SXV357/APCS-Labs
Labs completed during the course of the year in AP Computer Science
troycura/Flattening2D_ArrayWithStreamAndLinkedList
Flattening a two Dimensional Array "2D" with Lambda & stream()