There are 0 repository under 2darrays topic.
This Repo is all about the DSA I have learned so far, And the Notes I have made.
This repo contains all the solutions and assignments given in coding ninjas introduction to cpp
This is Famous Tetris Game hasving a simple goal of destroying lines of block before it reaches the top
This is just to keep track of my progress of my courses Programming in Java and Data Structures that I've done in Coding ninjas.
This is a CMD Based Snake Game Using JAVA language..
This Java-based repo contains solutions for DSA problems from Peppcoding's level 1 practice set and FreeCodeCamp's JavaScript and Algorithm sections. Topics covered include Array, LinkedList, DP, OOPs, and more. Contribute and improve existing solutions. Happy coding!
These are the answers for C and Python programs in codetantra.
This repository is based on data structure. Here you will able to find all manipulations you can done with data strucutures.
Lightweight python module for 2 dimensional data managing, storing and manipulation (with regex support).
Java programs are frequently asked in the interview. These programs can be asked from control statements, array, string, oops etc. Java basic programs like fibonacci series, prime numbers, factorial numbers and palindrome numbers are frequently asked in the interviews and exams. All these programs are given with the maximum examples and output.
This game is the first of the games that Bilgem Cakir recommended we do to improve our algorithm.
Welcome to the Terminal-Based Maze Solver, a powerful command-line tool designed to navigate and solve mazes with efficiency and precision. Whether you're a maze enthusiast, a programmer exploring algorithmic problem-solving, or just someone looking for a fun and educational project, this repository has you covered.
DSA-PROBLEM SOLVING QUESTIONS. SOLUTION IN JAVA.
SP24-bse-020-B(Ayesha Javed)Assignment 1 in OOP about The SMS managing System implementing composition, 2Darray, polymorphism, and Encapsultion.
An academic project featuring a PPM image editor with custom 2D data representation, file handling, and image processing filters using C++. Supports reading, writing, and parametric transformations via runtime arguments. Highlights core concepts in image manipulation and data management.
Data Structure s And Algorithm From Striver and Love Babbar
This repository contains solutions to LeetCode top 150 Interview Questions
A bunch of Cpp codes has been dumped in this repo for the newbies who are starting there journey in learning Cpp
First-class support for operations on 2D-Arrays in Kotlin (deprecated)
A program which creates a 8x8 table consisting of gaps (space) and 0. Then it displays the three rotations that it can have (by 90 degrees). Consider it like rotating a custom brick in Tetris.
This is a program which keeps in memory a table of 10 columns and 20 rows and that plays "Tetris" only by adding L randomly in the table. L is an element with a height of 3 blocks and width of 2 blocks. The program ends when the L surpasses in height 20 blocks, then it prints how many L blocks managed to enter.
Data structures game to improve understanding of indices
This repository contains Java implementations of key Data Structures and Algorithms. Includes problems from LeetCode and a 90-day DSA challenge roadmap. Covers topics like arrays, recursion, OOP, sorting, and bit manipulation. Great for mastering coding interviews and building strong problem-solving skills. Regularly updated with new challenges,.
I have studied C++ as the fundamental subject of my computer science degree..
A CRUD based project made using C++ Data Strucures
Flattening a two Dimensional Array "2D" with Lambda & stream()
Peak finder greedy and divide and conquer algorithms for 2D array, written in java.
Contains C programs covering every topics in C including DSA
Data Structure and Algorithm
A Java-based console application for managing a cinema seating system. It features core functionalities such as booking and canceling tickets, printing seating layout, searching and sorting ticket information using bubble sort. The project is implemented using core Java concepts, including object-oriented principles and 2D arrays.