Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in programming-pearls
Error in qsort function in Programming Pearls?
Jan 26, 2023
c
std
qsort
programming-pearls
Longest Non-Overlapping Substring
Nov 14, 2019
algorithm
string
substring
programming-pearls
Find a missing 32bit integer among a unsorted array containing at most 4 billion ints
Oct 21, 2019
algorithm
binary-search
programming-pearls
Bit Mask usage in the program below from Programming Pearls
Jun 14, 2022
c
mask
bit
programming-pearls
Programming Pearls: find one integer appears at least twice
Mar 15, 2022
algorithm
programming-pearls
How to find the subarray that has sum closest to zero or a certain value t in O(nlogn)
Jul 18, 2022
algorithm
programming-pearls
Effcient way to find longest duplicate string for Python (From Programming Pearls)
Jul 31, 2021
python
c
suffix-tree
suffix-array
programming-pearls
How do the bit manipulations in this bit-sorting code work?
Mar 29, 2018
c
32-bit
programming-pearls
"Programming Pearls" binary search help
Dec 06, 2019
algorithm
programming-pearls
Why is modulus operator slow?
Sep 13, 2022
modulo
integer-division
cpu-speed
programming-pearls
Fastest algorithm for circle shift N sized array for M position
Aug 31, 2022
algorithm
arrays
math
puzzle
programming-pearls