Arunb-lab1 / Hacktoberfest2022

This Repo is for new contributors who are just staring open source journey and #hacktoberfest #hacktoberfest2022
15 stars 78 forks source link

added sudokuSolver.cpp, seiveOfEratosthness.cpp #109

Closed amitsvg closed 1 year ago

amitsvg commented 1 year ago

SudokuSolver is for solving 3 x 3 sudoku seive of Eratosthness (find all prime numbers in 1 to N ) in time O(nlogn)