Help understanding O()?1722 (3/20/2005 11:06:42 PM) comp.programming Hello. I'm casually learning software development. I wondering if someone could help explain something please. This algorithm is an O(n)? for (i=0; i<n; ++i) { /* Constant time */ } Is this one still O(n) or ... louisegk(7)
divide and conquer350 (3/21/2005 5:38:29 AM) comp.programming Hi all.. Please help me regarding a problem in Divide and conquer approach An infinte length array is there.. in that array first N numbers are in sorted order.... and rest of the array is filled with infinity... santoshvarma(4)
parsing strings / within a filename934 (3/21/2005 2:37:42 PM) comp.lang.c Hi all, I have the following piece of code which i've been wrestling with for sometime, which I attribute, still, to my lack of understanding of pointers. (this is probably rining alarm bells atm for you seaso... b.marsh(11)
need help html programming..1527 (3/22/2005 2:16:58 AM) comp.programming I'm using Miva Merchant for e-commerce. On the descriptions of the store products, you can cut and paste html code to give the descriptions of the products to your customers. this is a bit tedious and would i... tommynospam(30)
windows binary file search1130 (3/24/2005 12:45:37 AM) comp.programming What is a good tool for searching for specific hex strings in binary files (in a Window environment)? One that reported the locations of all string occurances within the file would be awesome. Thanks. -- ... XXmatt.roos(23)
Desktop image storing fast?! How to do #21633 (3/24/2005 9:19:07 AM) comp.programming "james" wrote in message news:858f0294.0503231034.2090e0b1@posting.google.com... > Do you know how is possible to store the desktop image in an array > more fast as possible? I have tried to do it but the best... attackack(68)
What are the Metrics to compare programming languages2942 (3/25/2005 10:40:00 AM) comp.programming There are so many different programming languages Basic, Pascal, Delphi, Ada, Modula, C, C++, C#, Java, Smalltalk, Squeak, Phyton, Cobol, RPG, Fortran, ... What are the Metrics would be to compare different ... Tilla
use of assertions in practice2101 (3/26/2005 3:17:46 AM) comp.lang.pascal.misc If you make use of assertions (e.g. Assert statements) in your code, I would like to invite you to participate in a 15 min survey on program assertions. In this survey we seek your opinion concerning the issue... chalin(4)
Am I wasting my time learning Pascal?2338 (3/27/2005 10:43:11 AM) comp.programming I recently became interested in learning how to program, and I have chosen Turbo Pascal as the language to start with. The only kind of "programming" experience I have is writing complex scripts utilizing the m... sm7040(7)
Selecting the best C++ compiler (not the IDE)742 (3/28/2005 6:40:31 AM) comp.programming gcc, Dev-C++, Intel C++, Watcom, BCB, VC++, . . ., are some of the C++ compilers that I know by name. I'm sure there are many more. How can we compare a particular C++ compiler with others? What would be the... Flienxy