Priyangshu yogi (Priyangshuyogi)

Priyangshuyogi

Geek Repo

Company:Oll India Limited

Location:Duliajan

Github PK Tool:Github PK Tool

Priyangshu yogi's repositories

Learning_cpp_with_NPTEL

This is a course from NPTEL(National Programme on Technology Enhanced Learning, India) was conducted by IIT KHARAGPUR and instructed by Dr. Partha Pratim Das a faculty in Department of Computer Science and Engineering, IIT Kharagpur. This course contains the constructs, syntax and semantics of C++ (over C) and also focuses on various idioms of C++ and attempt to go to depth with every C++ feature justifying and illustrating them with several examples and assignment problems. On the way, it illustrates various OOP(Object-Oriented Programming) concepts.While this course can be understood independently (after a course in C programming), it would help in developing understanding in OOP. Hence this course is advised in conjunction with OOP.

Stargazers:4Issues:0Issues:0

Algorithms

A Repository to store implementation of some of the famous Data Structures and Algorithms (mainly in C/C++/Java/Python) for everyone to learn and contribute.

Language:C++License:MITStargazers:0Issues:0Issues:0

CatchtheSound

This is an Android application which records sounds and play them.

Language:JavaStargazers:0Issues:0Issues:0

hello-world

My first repository

Stargazers:0Issues:0Issues:0

Image-processing-using-opencv-Python

In this repository i have uploaded some of work on image processing using opencv in python. I faced some difficulties during my work and i dont want you to face the same in future so i am uploading some of my solution to the problems rarely avaiable in the internet.

Stargazers:0Issues:0Issues:0

My-Achievements

Here you can find some of my little Achievements

Stargazers:0Issues:0Issues:0

The-Hangman-Game

Hangman is a paper and pencil guessing game for two or more players. One player thinks of a word, phrase or sentence and the other tries to guess it by suggesting letters or numbers, within a certain number of guesses. Here the computer chooses a word at random from a given list of words. This word is the answer. The player then tries to guess the word, by guessing one letter at a time. Whenever the user guesses a letter that is in the answer, all occurrences of that letter are revealed to the user. The game ends when the user has guessed every letter in the word, before he reaches the allowed number of strikes (usually 5). This program is an interactive Hangman game. The focus is to use and manipulate strings and loops.

Stargazers:0Issues:0Issues:0

Tic-tac-toe-Game

Tic-tac-toe (also known as noughts and crosses or Xs and Os) is a paper-and-pencil game for two players, X and O, who take turns marking the spaces in a 3×3 grid. The player who succeeds in placing three of their marks in a horizontal, vertical, or diagonal row wins the game. For further details visit

Stargazers:0Issues:0Issues:0