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!
This repository is based on data structure. Here you will able to find all manipulations you can done with data strucutures.
These are the answers for C and Python programs in codetantra.
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.
A CRUD based project made using C++ Data Strucures
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
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
I have studied C++ as the fundamental subject of my computer science degree..
Flattening a two Dimensional Array "2D" with Lambda & stream()
Peak finder greedy and divide and conquer algorithms for 2D array, written in java.
Basic Veterinary app about animals. This console application helps you manage information about your pets with ease. Whether you're a pet owner or run a small pet care facility, PetFriends offers a simple and efficient way to keep track of your animal companions.
SP24-bse-020-B(Ayesha Javed)Assignment 1 in OOP about The SMS managing System implementing composition, 2Darray, polymorphism, and Encapsultion.
This C++ program performs matrix manipulation by implementing a custom matrix operation on an input matrix B and a core matrix C. The result is stored in the output matrix A.