Skip to content

TechieJai/simple-algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

simple-algorithms

The project is aimed at providing solutions to the algorithmic problems.

Getting started

This project is created in Java 8. Each problem has been provided with a set of test cases, to check its correctness. The test cases are created using Junit 4. Import the project in your favourite IDE, add junit to the classpath to test.

Problems

  1. Tic Tac Toe The solution aims at finding the winner in O(1), using O(2n+2) = O(n) space, where nxn is the tic tac toe board. It keeps a track of users movement across each row and column and the diagonal to find the winning streak.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

Provides implementations to algorithmic problems

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages