List Question
20 TechQA 2024-03-14T11:03:24.327000Name for defining a function with fewer arguments that calls the original function
26 views
Asked by Petr Skocik
How to get the previous index of an array (ring buffer way) in a clean way?
55 views
Asked by fguillen
Quicksort partition algorithm -- why is the swap with the pivot value outside of the loop?
31 views
Asked by roulette01
How to compute overlap time of two arrays of (price, time) elements
45 views
Asked by roulette01
Are concurrent non-atomic writes to never-read memory safe?
49 views
Asked by Claudia
How to apply the same operations to rows in a matrix to columns without code duplicaton?
25 views
Asked by 24n8
Want to match a string exactly, despite variants, and remove only that string
173 views
Asked by infracritical
goto statement in language standard
234 views
Asked by Ripi2
How many permutations of an array when created into a number are divisible by 4 or 8?
61 views
Asked by K123
How many distinct digit permutations exist for a specific N-digit number?
117 views
Asked by K123
Why is there an error in this Dynamic Scoping example?
71 views
Asked by Jeff Boker
How to determine if there are n consecutive pieces of the same color after every move?
82 views
Asked by roulette01
Can I search two arrays for entries `a[i] + b[i] > N` faster than linear time?
101 views
Asked by user200783
What is wrong with my remove-method for a BST?
38 views
Asked by H B
Why do trigonometric functions give a seemingly incorrect result?
3.5k views
Asked by Justine Krejcha
Bit masking & garbage bits
77 views
Asked by Alexandre Rocha
Find numbers in a TEXT, and add a specific number to each number you find
35 views
Asked by Magicco