Nigam Dahal
@NigamDahal
A* Pathfinding in C++
Here's a cool little project I worked on for a few days. It basically finds the most(or one of the most) optimal path(s) betwee
C++
NigamDahal I recommend you open the project, expand the terminal, and then press run for a better experience.2 years ago
The Idea
I'm not sure if this is allowed, but I thought of doing these weekly snackbreak problems. The challenge difficulties will vary weekly, but th
Python
Simple Lossless String Compression in Python
Lowers how many bytes a string takes up
How does it work?
Lowers how many bytes a string takes up by rep
Python
Terminal Snake Game in C++
Made with C++ and some coffee ☕
Background Information
I just started to learn C++ a few weeks ago. I had background in C
C++
CuriousMonkey hey so i know this library that i use alot of the time(you wont see it on this one cuz this is my sparee) called ncurses. basicly what it does is lets you print stuff wherever you want in the terminal so you dont have to worry about new lines and stuff. all you have to do is put this line of code at the top: #include and create another file called .replit and paste this code in it: run = clang++-7 -pthread -std=c++17 -o main -lncurses && ./main and thats it here is a link for and ncurses tut2 years ago