Artem Kolpakov (artkolpakov)

artkolpakov

Geek Repo

Company:Expedia Group

Location:Seattle, Washington

Github PK Tool:Github PK Tool

Artem Kolpakov's repositories

archiver

A program that serves as an archiver or unarchiver of text files/directories.

Language:CStargazers:2Issues:1Issues:0

binary-search-tree-data-structure

Implementation of Binary Search Tree data structure and Binary Search Tree Iterator

Language:CStargazers:1Issues:0Issues:0

Dijkstra-s-algorithm

Implementation of Dijkstra's algorithm for finding the shortest paths between nodes in a graph using Priority Queue data structure in C

Language:CStargazers:1Issues:0Issues:0

Hunt-the-Wumpus

Hunt the Wumpus is a console game set inside the cave of the Wumpus, a scary, gold-hoarding monster who likes to eat people who disturb its sleep. The player's goal is to guide an adventurer to kill the Wumpus, find its hidden gold, and escape alive. The Wumpus lives in a large cave of rooms arranged in a grid, where each room has four tunnels leading to the rooms to the north, east, south, and west. The adventurer starts the game in a random empty room in the Wumpus’ cave. Her starting position is also the location of the escape rope that she must use to escape after she's completed her task. Each room may be empty, or it may contain one (and only one) of four "events" (all described below): two kinds of dangerous hazards, the terrifying Wumpus, and the gold treasure. When the adventurer is in a room that’s adjacent to one containing an "event", the player will receive a percept (a message) to inform them about the event the adventurer is close to. If the adventurer perishes while searching for the Wumpus, the player should be presented with the option to start the game over with the same cave configuration, start the game over with a new random cave configuration, or quit the game entirely. The player wins the game if they can safely guide the adventurer through the cave to kill the Wumpus, pick up the gold, and make it back to the escape rope unharmed! Note: If you enter the cave, retrieve the gold, and escape without killing the Wumpus, that's okay too. The player still wins.

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

linked-list

linked list implementation (C++)

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

one-time-pad

A system that encrypts and decrypts data using a one-time pad encryption technique.

Language:CStargazers:1Issues:1Issues:0

palindrome-queue-stack

A program that checks for a palindrome using the queue and stack data structures.

Language:CStargazers:1Issues:0Issues:0

queue-from-stacks-data-structure

Implementation of queue data structure using stack data structure in C.

Language:CStargazers:1Issues:0Issues:0

unix-shell-clone

Bash Unix Shell Clone

Language:CStargazers:1Issues:0Issues:0

Connect-Four

This program allows two players to play the Connect Four connection board game against each other. Where the board is represented as 2D dynamic array, player1 is represented as "X" and player2 is represented as "Y".

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

Contribute-To-This-Project

"contributing to this project"

License:MITStargazers:0Issues:0Issues:0

Crazy-Eights

This program allows one player to play the Crazy Eights card game against AI player.

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

dynamic-array-data-structure-c

Implementation of a dynamic array data structure in C.

Language:CStargazers:0Issues:0Issues:0

linked-list-data-structure-c

Implementation of a linked list data structure in C.

Language:CStargazers:0Issues:0Issues:0

MyFinances

MyFinances is a web application that can help you as an individual, or team, manage your finances!

Language:PythonLicense:AGPL-3.0Stargazers:0Issues:0Issues:0

priority-queue-data-structure

Implementation of array based Priority Queue data structure in C

Language:CStargazers:0Issues:1Issues:0

queue-data-structure-c

Implementation of a queue data structure in C.

Language:CStargazers:0Issues:0Issues:0

stack-data-structure-c

Implementation of a stack data structure in C.

Language:CStargazers:0Issues:0Issues:0

WeatherNow

WeatherNow is an iOS mobile application that taps into the Open-Meteo.com open-source weather API to deliver accurate weather updates for any location worldwide.

Language:SwiftStargazers:0Issues:0Issues:0