Search code examples
Examples of monoids/semigroups in programming...


language-agnosticmathcomputer-sciencemonoidsabstract-algebra

Read More
What is the difference between statically typed and dynamically typed languages?...


programming-languagescomputer-sciencestatic-typingdynamic-typing

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


javascriptsortingcomputer-science

Read More
What is referential transparency?...


functional-programmingcomputer-sciencetheoryreferential-transparency

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
Way to go from recursion to iteration...


recursioniterationlanguage-agnosticcomputer-sciencetheory

Read More
What are the differences between NP, NP-Complete and NP-Hard?...


computer-sciencecomplexity-theorynpnp-completenp-hard

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
Does anybody know from where the "layer of abstraction"/"layer of indirection" q...


computer-sciencequotes

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
What is a lambda (function)?...


lambdalanguage-agnosticcomputer-scienceterminologytheory

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
BackNext