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
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
Flattening a two Dimensional Array "2D" with Lambda & stream()
Peak finder greedy and divide and conquer algorithms for 2D array, written in java.
Navigate through intricate mazes with Maze Solver! 🧩🔍 This handy tool intelligently finds the shortest path from start to finish, sparing you the frustration. Simply input the maze, and voilà! It efficiently charts the course, making maze-solving a breeze. Get ready to conquer those labyrinthine challenges! 🚶♂️🎉
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.
Terminal-based-Maze-Solver is a command-line tool for navigating mazes.🕵️♂️🔍Enter your maze dimensions and obstacles, then watch as it finds the shortest path from start to finish. With intuitive commands and quick results, it's perfect for puzzle enthusiasts and programmers alike!🎮🖥️#MazeSolvingMadeSimple
practice my understanding of 2D arrays and Union-Find.
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.
Explore advanced C++ programming fundamentals, including functions, arrays, memory management, and pointers, with practical examples and exercises. Dive deep into key concepts to enhance your coding skills and understanding.