Skip to content
#

2d-arrays

Here are 89 public repositories matching this topic...

When given elevation data input consistent with how the NOAA(National Oceanic and Atmospheric Administration) provides elevation data, a hiker wants to determine the most efficient mountain path. In this project I wrote and tested code that reads in elevation data, processes it, and then prints out a grayscale topological image map.

  • Updated Apr 30, 2024
  • C++

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.

  • Updated Mar 7, 2024
  • Java

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.

  • Updated Jan 19, 2024
  • Python

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 #.

  • Updated Jan 1, 2024
  • Python

MINI-Checkers is an exciting game project that includes an AI opponent powered by Minimax with Alpha-Beta Pruning and Breadth-First Search algorithms. Challenge yourself with this classic strategy game and experience the thrill of competing against a smart AI adversary. Test your skills, plan your moves, and enjoy hours of fun as you engage in tact

  • Updated Sep 23, 2023
  • Python

Improve this page

Add a description, image, and links to the 2d-arrays topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the 2d-arrays topic, visit your repo's landing page and select "manage topics."

Learn more