Search code examples
DFA for input starting with "1", and having "11" in it. Why it doesn't accep...


computer-scienceautomatonfinite-state-automaton

Read More
What is 'mini-batch' in deep learning?...


deep-learningcomputer-sciencecross-validationfast-aimini-batch

Read More
Negative speed up in Amdahl's law?...


parallel-processingcomputer-sciencecpu-architecturecomputation-theoryparallelism-amdahl

Read More
Clarification on "each digit represents an increasing power of 10" in number representatio...


decimalcomputer-sciencedigitscomputer-science-theory

Read More
What is referential transparency?...


functional-programmingcomputer-sciencetheoryreferential-transparency

Read More
What's the difference between an environment and a frame in computer science?...


computer-scienceenvironmentinterpreterevaluate

Read More
Difference between zero crossing and threshold...


image-processingcomputer-visioncomputer-scienceedge-detection

Read More
Time complexity analysis of data structures...


algorithmdata-structurescomputer-scienceproof

Read More
Does anybody know from where the "layer of abstraction"/"layer of indirection" q...


computer-sciencequotes

Read More
CS50 PSet 7 Movies (9.sql )...


sqlsqlitecomputer-sciencecs50

Read More
How to turn a 16-bit number in one's complement into it's 7-segment display equivalence?...


binarybit-manipulationcomputer-scienceminecraftones-complement

Read More
Reusing a feature to split regression decision tree's nodes...


algorithmmachine-learningcomputer-sciencedecision-treetheory

Read More
Is there a black box method to detect if a sorting algorithm is stable?...


javascriptsortingcomputer-sciencecomputability

Read More
Proving that P <= NP...


computer-sciencenp

Read More
In computer science, what is NOT a formal language?...


mathcompiler-constructioncomputer-science

Read More
Examples of monoids/semigroups in programming...


language-agnosticmathcomputer-sciencemonoidsabstract-algebra

Read More
Sorting a list based on instructions in Javascript...


javascriptsortingcomputer-science

Read More
Unix(BSD Unix, MacOSX) vs Linux login setuid bit difference...


linuxmacosunixoperating-systemcomputer-science

Read More
What is “two's complement”?...


binarybit-manipulationcomputer-sciencetwos-complementdata-representation

Read More
Choosing a sequence of bitwise operations...


javarandombit-manipulationcomputer-science

Read More
How to count cul-de-sacs (aka dead-ends) in a maze using Python?...


pythondynamic-programmingcomputer-sciencegraph-theorymaze

Read More
Why does bit vector a = [01101001] encode set A = {0, 3, 5, 6}?...


bit-manipulationcomputer-sciencebitbitwise-operators

Read More
Is there a name for this collection of sorted arrays data structure?...


data-structurescomputer-science

Read More
Theory of computer science problems...


pythoncomputer-sciencedfanfa

Read More
How to determine the time complexity of a recursive function that has a loop enclosed in it?...


time-complexitycomputer-sciencecomplexity-theory

Read More
Example of logical order and total order in distributed system...


computer-sciencedistributed-computing

Read More
1-item asyncio queue - is this some standard thing?...


pythonpython-asynciocomputer-science

Read More
why is in my msp430g2553 microcontroller, char 'c' stored as ff63 but not as 0063?...


cembeddedcomputer-sciencemicrocontrollermsp430

Read More
Prove that (p → q) → ((r ∨ p) → (r ∨ q)) is a tautology without using truth table...


mathcomputer-sciencediscrete-mathematicsdiscrete

Read More
Turing machine vs Von Neuman machine...


computer-sciencecpu-architectureturing-machinesvon-neumann

Read More
BackNext