VikrantBhagat (Vikrant-Bhagat)

Vikrant-Bhagat

Geek Repo

Github PK Tool:Github PK Tool

VikrantBhagat's repositories

Stargazers:0Issues:0Issues:0
Language:C++Stargazers:0Issues:0Issues:0

Custom-shell

Developed my own shell program in C language.This project supports sequential and parallel execution of build in linux commands.It also supports output redirection and handles signals generated from the keyboard,System calls like fork,exec and wait where used to make this project.

Language:CStargazers:0Issues:0Issues:0
Language:HTMLStargazers:0Issues:0Issues:0
Language:HTMLStargazers:0Issues:0Issues:0
Language:HTMLStargazers:0Issues:0Issues:0
Language:JavaScriptStargazers:0Issues:0Issues:0

Guess-the-movie

Guess my favourite movie

Language:JavaScriptStargazers:0Issues:0Issues:0

Pricing_Page

Pricing page layout using bootstrap

Language:HTMLStargazers:0Issues:0Issues:0
Language:CSSStargazers:0Issues:0Issues:0

Resident-Record

The field idtype takes a value 0, 1, or 2, indicating whether the ID is Aadhaar Card number,Passport number, or Employee code respectively. (a) InsertRecord(), reads a record from user and insert into a linkedlist of structures. The records with idtype 0 must be stored first, followed by records with idtype 1 and 2. This order is preserved throughout. (b) removeDuplicates() removes the duplicate entries (those with same idtype and idnum) from the records. (c) printRecords(),prints the records in linked list so that all those who have provided Aadhar number are listed first, all those who have provided Passport number are listed next, and all those who have provided Employee code are listed at the end. (d) To print the records in LL in alphabetic order of names (sorted by firstname and ties resolved by lastname). Instead of sorting the records in LL, I have created a thing called index. For this purpose, created a LL, index, of N nodes. printSortedRecords() uses the index LL, to print the records in alphabetic order of names. (e) search() function prints the whole information for a given Employee name. If there are multiple records with same name then printed in alphabetic order. (f) deleteRecord() deletes the record of a given employee, the input to this function is idtype and idnum. (g) updateRecord() function updates the record of an employee. The field to update is the user input. (h) There's an additional structure having 10 blocks of each type of accommodation. The types of accommodation are type-I, type-II, type-III, and type-IV. specialRequestAllocation() changes a type of block requested by an employee depending on the availability of that type of block

Language:CStargazers:0Issues:0Issues:0

Sentiment-Analysis

A prediction model to determine whether a review on a particular restaurant is positive or negative. To do so, we will analyze a Restaurant Review dataset, we will load it into predictive algorithms such as Multinomial Naive Bayes, Bernoulli Naive Bayes and Logistic Regression.

Language:Jupyter NotebookStargazers:0Issues:0Issues:0
Language:JavaScriptStargazers:0Issues:0Issues:0
Language:HTMLStargazers:0Issues:0Issues:0

Startups-Profit-Prediction

we will be predicting the profit from the startup’s dataset with the features available to us. We’re using the 50-startups dataset for this problem statement and we will be using the concept of Multiple linear regression to predict the profit of startups companies.

Language:Jupyter NotebookStargazers:0Issues:0Issues:0
Language:HTMLStargazers:0Issues:0Issues:0

Todo_App

Building a todo list

Language:JavaScriptStargazers:0Issues:0Issues:0
Language:HTMLStargazers:0Issues:0Issues:0