Sign in to Publish articles, apply into jobs, participate in Hackathons.
Sign in
RK |
Founder at HackersFriend Updated Dec. 27, 2019, 5:50 p.m. ⋅ 6171 views ⋅ |
Handling mouse and keyboard of your system using python is easy with pyautogui package.
In this article, i'll show how to …
RK |
Founder at HackersFriend Updated Jan. 3, 2020, 7:12 p.m. ⋅ 2184 views ⋅ |
We can easily generate QR codes with python using pyqrcode module. It takes a string as input and generate QR code …
RK |
Founder at HackersFriend Updated Dec. 26, 2019, 3:28 p.m. ⋅ 1397 views ⋅ |
C++ comes with handy Trigonometric functions. They are in math.h header file. During coding contests they are very useful whenver …
RK |
Founder at HackersFriend Updated Dec. 26, 2019, 2:40 p.m. ⋅ 2260 views ⋅ |
You are given an array of N integer elements, let's call it arr.
Your task is to remove 1 element …
VS |
SDE 1 at Amazon Updated Dec. 22, 2019, 6:12 p.m. ⋅ 1479 views ⋅ |
The localtime() function is defined in the time.h header file. The localtime( ) function return the local time of the …
RK |
Founder at HackersFriend Updated Dec. 6, 2019, 6:48 p.m. ⋅ 1427 views ⋅ |
Several programmers solve a lot of problems of easy level and medium level but they fail to solve hard level …
RK |
Founder at HackersFriend Updated Dec. 2, 2019, 12:46 a.m. ⋅ 1766 views ⋅ |
There are lot of C++ Hacks you can use to save time in competitive programming. Here are few of them …
VS |
SDE 1 at Amazon Updated Nov. 24, 2019, 1:09 a.m. ⋅ 3250 views ⋅ |
Given an array arr[] of N integers and an integer K. The task is to find the maximum xor subset …
HS |
Intern at Microsoft Updated Nov. 24, 2019, 12:50 a.m. ⋅ 1470 views ⋅ |
Given an array of one digit numbers. Your task is to find out the minimum number of steps that is …
RK |
Founder at HackersFriend Updated Nov. 21, 2019, 7:57 p.m. ⋅ 2690 views ⋅ |
We want to add 2 numbers without using arithmetic operator ( + , - , / , * ) . The trick here is to use properties of XOR. …
Join the community of 1 Lakh+ Developers
Create a free account and get access to tutorials, jobs, hackathons, developer events and neatly written articles.
Join the community of 1 Lakh+ Developers
Create a free account and get access to tutorials, jobs, hackathons, developer events and neatly written articles.
HackersFriend Updates