Shruti Katpara's repositories
Web-Crawler
A multithreaded web crawler using two mechanism - single lock and thread safe data structures
Basic-Shell
Basic shell commands written in C language
Linear-Regression
A complete implementation of linear regression algorithms
Mini-Tweet
server and client of twitter in python
Decision-Trees-fromScratch
A complete implementation of Decision Trees and ensemble methods: bagging, random forest and Adaboost with all the necessary plots.
hive-data-consumption-app
This application can be used to query hive data warehouse in a simplified manner
Google-Pagerank-Algo-Implementation
Implementation of PageRank algorithm used by Google to rank websites
Minesweeper-Game
I have made a minesweeper game which is played by an AI using its intelligence.
Tic-Tac-Toe
I have made a tic tac toe game which can be played by a user and an AI using python