the competitve folder contains the competitve programming questions practiced on https://www.hackerrank.com/dashboard
Sudoku.py uses backtracking to solve a predefined Sudoku Board. if you want to give in a new Board please edit the existing one. blank cells are denoted by a value of zero.
Web_Scraper1 is designed for extracting the names of speakers in a conference from the website. the program uses only two python modules namely “beautiful soup” and “requests”. the results are stored in a .txt file