python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Why is there no Disjoint Set (Union Find Algorithm) implemented in most mainstream programming languages' standard library?
I have found articles on how to implement a Disjoint Set (Union Find Algorithm implementation) for C++, Java, Kotlin, Python, etc.. The implementation of it is not especially difficult, although there...
AaronC
Votes: 0
Answers: 1
Is docstring being declared every time the function is called?
The Python official document specifies that a docstring is a string literal that occurs at the beginning of a function. And it can be accessed using the __doc__ attribute.
If I have a function that wi...
artils1997
Votes: 0
Answers: 1
How to determine the programming language
I'm trying to find out, which programming language is used in these functions - newVersion() and curVersion(). I've tried to search in Google, even on exact match like "newVersion()" OR &quo...

Stabronyk
Votes: 0
Answers: 0
Extensive use of pl/sql in newer application
Pl/sql indeed extends the power of SQL greatly. But is heavy use of pl sql justified for newer projects? Almost any business logic can be written outside of the database. Emerging back-end technologie...

Prajjwal Gupta
Votes: 0
Answers: 1