Top "Computation" questions

Computation is paramount to the discipline of computer science, and deals with the type and use of computing technology in information processing, in particular, in the context of an algorithm, or a protocol.

Node.js vs C++ for mathematic

I have to write a server program that implements some fuzzy logic and I choose to write it in Node.…

c++ performance node.js math computation
Best practice for holding huge lists of data in Java

I'm writing a small system in Java in which i extract n-gram feature from text files and later need to …

java data-structures feature-extraction feature-selection computation
Using TTR package to calculate Exponential moving average

Curious if anyone used it. I did a simple EMA operation on a time series. But wasn't able to reconcile …

r computation
When is theoretical computer science useful?

In class, we learned about the halting problem, Turing machines, reductions, etc. A lot of classmates are saying these are …

theory turing-machines halting-problem computation
PushDown Automaton (PDA) for L={a^(n)b^(n)c^(n)|n>=1}

I am on a fool's errand trying to construct a Pushdown automaton for the non-context-free language L={a^(n)b^(…

computation pushdown-automaton automata-theory jflap