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.
-
Updated
Oct 7, 2024 - Jupyter Notebook
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.
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.
Project from CSC143.
It contains some data structures such as Arrays, Strings, Stacks, Queue and Tree implemented in C language.
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.
Convert a matrix into reduced-row echelon form
This repository is for the people who are contributing for first time to a public repository and know how to contribute.
Find out number of island and biggest island. For problem description please click the below link.
Learn Java by practicing the programs
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.
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
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 #.
Add a description, image, and links to the 2d-arrays topic page so that developers can more easily learn about it.
To associate your repository with the 2d-arrays topic, visit your repo's landing page and select "manage topics."