Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
no comment
no comment has asked
21
questions and find answers to
32
problems.
Stats
2.3k
EtPoint
984
Vote count
21
questions
32
answers
About
Well I might still reply to comments on my own questions/answers...
no comment questions
Why is builtin sorted() slower for a list containing descending numbers if each number appears twice consecutively?
Check if list is valid sequence of chunks
How many different sums can we get from very few floats?
How is the s=s+c string concat optimization decided?
Why is any (True for ... if cond) much faster than any (cond for ...)?
What is this odd sorting algorithm?
no comment answers
Lazy evaluation of dict values?
Why is builtin sorted() slower for a list containing descending numbers if each number appears twice consecutively?
How can I order divisors of N so that their quotients are prime numbers?
Why does sympy.perfect_power(-64) return False?
Linked List v.s. Binary Search Tree Insertion Time Complexity
Find the indices where a sorted list of integer changes
Creating a nested recursive list without slicing
Why is Python list slower when sorted?
Order of evaluation of assignment expressions (walrus operator)
Efficiently insert multiple elements in a list (or another data structure) keeping their order