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.
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.
It contains some data structures such as Arrays, Strings, Stacks, Queue and Tree implemented in C language.
Convert a matrix into reduced-row echelon form
Project from CSC143.
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.
This repository is for the people who are contributing for first time to a public repository and know how to contribute.
Python Semester Project
Java Multiplication Table Using Jagged Array
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."