Search code examples
Can an Air Conditioner remote be considered polymorphic (in context of OOP)?...

objectooppolymorphismcomputer-science

Read More
Find k rectangles so that they cover the maximum number of points...

algorithmdata-structuresgraphcomputer-science

Read More
Function pointers, Closures, and Lambda...

clisplambdacomputer-scienceclosures

Read More
If Y is reducible to X in polynomial time, then how is it true that X is at least as hard as Y?...

algorithmcomputer-sciencecomplexity-theorynp-completenp-hard

Read More
No memory is allocated while creating the class, then where variables in the class saved?...

c++classobjectoopcomputer-science

Read More
What are practical guidelines for evaluating a language's "Turing Completeness"?...

computer-sciencelanguage-designturing-complete

Read More
How can I get These Rows of checkboxes to line up?...

javascriptpythonhtmlcsscomputer-science

Read More
Is there any way rather than assigning functions to modules?...

pythonfunctionmodulecomputer-science

Read More
Why is the maximum sum subarray brute force O(n^2)?...

arraysalgorithmcomputer-science

Read More
What is global address space?...

cachingcomputer-science

Read More
CRC calculation: Polynomial division with bytewise message XOR-ing?...

pythoncomputer-sciencecrc

Read More
numpy.ndarray object's name only converted to a string...

pythonstringnumpytype-conversioncomputer-science

Read More
If A is in RP and there is a polynomial time reduction from B to A then B in RP?...

computer-sciencecomplexity-theorycomputation-theoryrandomized-algorithm

Read More
The definition of lock-free...

c++multithreadingcomputer-sciencelock-freelockless

Read More
Why is a complete binary tree most suited for heap implementation?...

algorithmdata-structuresbinary-treecomputer-scienceheap

Read More
Sorting Structures using qsort...

ccomputer-science

Read More
Why is {a^nb^n | n >= 0} not regular?...

computer-sciencefsmregular-language

Read More
How to write an algorithm which finds the best possible event distribution?...

javascriptalgorithmcomputer-science

Read More
Time complexity (Big-O) of converting an array to a Set...

javascriptarrayssetbig-ocomputer-science

Read More
Is it possible to omit rounding of intermediate results during arithmetic operation on multiple FP o...

floating-pointcomputer-scienceprecisioncpu-architecture

Read More
Is there a scientific field dedicated to the quantification of intelligent behavior?...

data-scienceartificial-intelligencecomputer-scienceinformation-theory

Read More
Java instantiated and initialized list (Explanation needed)...

javalistcomputer-science

Read More
Maximum number that can be returned by 2 Natural Joins...

sqldatabasecomputer-sciencerelational-algebra

Read More
How to un-nest this recursive algorithm in javascript?...

javascriptrecursioncomputer-science

Read More
Difference between returning calculation with function name and without...

javascriptalgorithmfunctiondata-structurescomputer-science

Read More
Evolutionary Algorithms: Optimal Repopulation Breakdowns...

computer-scienceartificial-intelligencegenetic-algorithmgenetic-programmingevolutionary-algorithm

Read More
If L = {0^n 1^n | n > 0 } is L^c (complement of L) regular?...

computer-sciencetheoryfinite-automata

Read More
Time complexity for partitioning a set and sorting the partition's subsets...

algorithmtime-complexitycomputer-science

Read More
Convert Integer number to a Boolean List with 3 elements (Java)...

javaalgorithmdata-structurescomputer-science

Read More
Two 2d Arrays Sum...

javacomputer-science

Read More
BackNext