| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 10 months |
| seen | Apr 26 at 0:11 | |
| stats | profile views | 4 |
Know some C and a bit of python.
Using Fedora 15/Debian Squeeze on a Core2Duo with 3GB Ram and Integrated Graphics.
Love quick and dirty development. :P
|
Apr 9 |
awarded | Popular Question |
|
Mar 18 |
revised |
Class of problems solvable by sed or stream editors edited tags |
|
Mar 17 |
comment |
Class of problems solvable by sed or stream editors I think I might not have been clear enough in explaining the question. This question wants to understand the scope (class of) all problems solvable with sed, for example Turing complete languages can solve problems in the class of P and some of the NP problems in exponential time. |
|
Mar 17 |
comment |
Class of problems solvable by sed or stream editors Kent also, in the question that I linked to, it is not about whether "solvable by sed implies best way to solve it is sed", infact quite the opposite, if the problem is not solvable , by sed (or the computational model you are working in) it certainly can't be best way to solve it. Ofcourse you solved the problem using gnu-sed, but not all similar problems may be solvable by gnu-sed (and certainly not pure sed). I hope this explains the intent behind this question. |
|
Mar 17 |
comment |
Class of problems solvable by sed or stream editors Kent I understand your concerns, using sed for almost anything other than stream editing, i.e substitute;match;print etc, is probably not the most feasible of pursuits. My question was more of what is possible with sed, not what is feasible. After reading the FAQ, I understand this is not the best platform for such a question. I thank you for bringing out the full scope of what is practically(albeit a quite difficult) possible with sed. |
|
Mar 16 |
asked | Class of problems solvable by sed or stream editors |
|
Mar 8 |
awarded | Supporter |
|
Mar 8 |
comment |
Preferring Python over C for Algorithmic Programming "They are too accustomed to having those abstractions provided to them." Does this assume that I learnt python before C and therefore am unable to adapt or something along those lines? |
|
Sep 13 |
comment |
Preferring Python over C for Algorithmic Programming @SK-logic Programming done solely for the purpose of solving a very specific problem mostly using a single algorithm is called Algorithmic programming. Developing an entire software, library, tool, UI, Website will never be referred to as algorithmic programming as such. |
|
Aug 11 |
comment |
Preferring Python over C for Algorithmic Programming @Lundin Thanks for mentioning the disadvantages in the real world scenario. |
|
Aug 8 |
comment |
Preferring Python over C for Algorithmic Programming Since you are a user of TC and SPOJ. Is the trade off between time and simplicity very large if we use python for the code? I.e is it possible to make successful submissions using python if the same algorithm can be successfully submitted using C? (Yes I know it will/might vary greatly question to question but will there be a dis-advantage in most cases or just some?) |
|
Aug 8 |
comment |
Preferring Python over C for Algorithmic Programming So basically researchers and Software Engineers have a designer Crafts-man relationship? And What about the utilization of both types of people in the industry? |
|
Aug 8 |
awarded | Editor |
|
Aug 8 |
awarded | Student |
|
Aug 8 |
revised |
Preferring Python over C for Algorithmic Programming Spellings/Typos corrected. |
|
Aug 8 |
asked | Preferring Python over C for Algorithmic Programming |