Group Final Project for Enterprise Software course at Arizona State University
-
Updated
Nov 30, 2016 - Java
Group Final Project for Enterprise Software course at Arizona State University
Project from CSC143.
Find out number of island and biggest island. For problem description please click the below link.
Algorithms and Data Structures from my university studies
Given an N × N grid of integers and an integer M ≤ N , determine the maximum product that can be made from M integers that are next to each other in the grid (horizontally, vertically, or diagonally.)
Solution à l'exercice There is no Spoon – Episode 1 proposé par la plateforme Codingame.
Competitive programming solutions for many of the famous competitive programming websites like hackerrank, codeforces, leetcode, and topcoder.
Takes a 4x5 Minecraft floor plan represented as a 2D array and manipulates the values to "rotate" the floor plan 90 degrees clockwise
Simulates a game in which cells take up spots on a board and have properties that allow them to move, multiply and divide different directions to overcome other cells
Simulates game in which cells on a board can move, divide, multiply, spawn and delete in order to overcome other cells and win the game
The goal of this topic is learning OOP principles in Java and modifying elements in 2D arrays.
This unit is about arrays and arrayLists. we learned to go through arrays, 2D arrays and extract rows and columns from them.
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.
This Repository has collection of java programmes for interview preparation.
Simple console game using java
Create a kindergarten that has students in line (a singularly linked list), and have the options to seat them in a 2d array based on seating availability, put them into a musical chairs circular linked list and play a game of musical chairs, and put them back into their seats from the winner, then to order of height. Option to delete/add students.
Creating John Conway's Game of Life. Provided with Driver.java that displays the board. Tasked with implementing GameOfLife.java, receives text input to create the 2D array board, methods that identify alive cells and their neighbors, computing the grid's new generations following the game’s rules, and count # communities using weighted-qucik-union
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."