Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
greybeard
greybeard has asked
3
questions and find answers to
5
problems.
Stats
108
EtPoint
24
Vote count
3
questions
5
answers
About
greybeard questions
tinyAVR: How can one multiply by 203, 171, or 173 real fast?
Why are (lt, gt) and (le, ge) reflections instead of (lt, ge) and (le, gt)?
greybeard answers
(a * b) / c MulDiv and dealing with overflow from intermediate multiplication
Efficient way to find overlapping of N rectangles
quick sort using stack in c
Finding next bigger number with same number of set bits
explanation about a Java implementation of radix sort