Search code examples
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
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
Encrypting a letter with RSA...


encryptioncryptographyasciirsacomputer-science

Read More
How to calculate the memory size of a page table for a single process?...


memoryoperating-systemcomputer-sciencepagingvirtual-memory

Read More
MIPS pipeline avoids some data hazards by doing write-back in the first half cycle? Do other stages ...


assemblymipspipelinecomputer-sciencecpu-architecture

Read More
Why different result? float vs double...


javacomputer-scienceprecision

Read More
Potential optimizations for frequently repeating Dijkstra's algorithm?...


algorithmcomputer-sciencedijkstra

Read More
Range sum of a BST...


algorithmdata-structuresbinary-search-treecomputer-science

Read More
Implementing algorithm to find all rotations for the stable marriage problem...


ccomputer-scienceimplementationstable-marriage

Read More
Building the docker image results in error while running "docker build -t file-name ."...


dockermachine-learningcomputer-visiondockerfilecomputer-science

Read More
Dynamic programming problem for minimum cost tower placement...


algorithmdynamic-programmingcomputer-science

Read More
Is a Family Tree considered a Tree in computer science?...


treecomputer-science

Read More
What is the importance of 1's complement and 2's complement in Binary...


cbinarycomputer-sciencenumber-systems

Read More
How are extremely large numbers handled?...


numberscomputer-sciencetheorylargenumber

Read More
length function without recursion ocaml...


ocamlcomputer-science

Read More
Is the language {0^n 1^n 0^k | k != n} context free?...


computer-sciencecontext-free-grammarregular-languagepushdown-automaton

Read More
BackNext