121 results for “topic:2d-arrays”
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.
recursion problem
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.
Rotates two-dimensional arrays clockwise by 90 degrees, 180 degrees, or 270 degrees.
Data Structures & Algorithms : Problems with its Code in python programming language
C# / .NET wrapper for thin plate spline interpolation based on Peter Stroia-Williams C++ implementation
This Repository has collection of java programmes for interview preparation.
Lightweight python module for 2 dimensional data managing, storing and manipulation (with regex support).
Convert a matrix into reduced-row echelon form
It contains some data structures such as Arrays, Strings, Stacks, Queue and Tree implemented in C language.
Project from CSC143.
Find out number of island and biggest island. For problem description please click the below link.
HEY THIS IS MY SOME C LANGUAGE BASIC PROGRAMS
This repository is for the people who are contributing for first time to a public repository and know how to contribute.
Python Semester Project
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.
Java Multiplication Table Using Jagged Array
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.
No description provided.
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 #.
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.
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.
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.
A general matrix and vector algebra library
Flattening a two Dimensional Array "2D" with Lambda & stream()
Learn Java by practicing the programs
TicTacToe game using Java language .
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.
This unit is about arrays and arrayLists. we learned to go through arrays, 2D arrays and extract rows and columns from them.
Intermediate Data Structures and Algorithms Pracatice