I really did nothing
Log in to leave a comment
I really did nothing
Log in to leave a comment
The tester has found a new bug 
The bug was that it gave a very small number instead of zero
The solution was very simple; I put a variable as a reference for errors and check if the float difference is smaller than it. It rounds the number.
Log in to leave a comment
I don’t have too much to say but it works well :)
Fixed all bugs
Implemented binary search for faster solving
And finally made it work on doubles
Log in to leave a comment
And finally, the main code works well using brute force to find any value of x that makes the equation equal to zero.
Next steps:
Log in to leave a comment
My project is a website of CSES problem-set solutions solved in C++ by me to help students improve their problem-solving skills.
I hope that you try solve the problem before seeing the solution
I can now say that the website is ready!
In the past 47 minutes, I reviewed all the C++ code and added a new button that opens the problem in a new window when clicked.
Now it’s ready for testing. I hope you find it helpful
Log in to leave a comment
Just finished the website.
Now I’ll start working on checking all the solution codes to make sure that they are all correct and haven’t changed while copying
Log in to leave a comment
And finally, the 20th problem!
Unfortunately, this will be the last problem because I couldn’t solve the other remaining 5.
Log in to leave a comment
Finished the 15th problem!
The problems are getting harder. I hope that I can solve them all
Log in to leave a comment
Solved the 10th Problem!
Log in to leave a comment
A C++ password manager which you can use to store and suggest passwords
It contains:
Sign Up / Sign In: Create an account and securely log in.
Password Encryption: Basic encryption for storing passwords safely.
Add Passwords: Store multiple passwords for different platforms.
Retrieve Passwords: Easily search for saved passwords by platform name.
Password Suggestion: Generate strong, randomized passwords.
User-Friendly Interface: Simple termenal-based interaction.
Finished!
Log in to leave a comment