473,324 Members | 2,370 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,324 software developers and data experts.

C or Algorithm's

hello newsgroups Member,

I am Newbies in this group. i just start my career in C & C++ as a
newbies at this initial stage of my career i just start it first with
the C++ and confused at the "Vectors" and leave .now that i started
"C" and i am confused with Algorithm's and data Structure.so what
should i chose first Algorithm's and data Structure's "o"r Started
with "C".its big confusion for me.and where from i start it.

Andy

Apr 4 '07 #1
5 1187
On Apr 4, 8:12 pm, 1981...@gmail.com wrote:
I am Newbies in this group. i just start my career in C & C++ as a
newbies at this initial stage of my career i just start it first with
the C++ and confused at the "Vectors" and leave .now that i started
"C" and i am confused with Algorithm's and data Structure.so what
should i chose first Algorithm's and data Structure's "o"r Started
with "C".its big confusion for me.and where from i start it.

Andy
..........TROLL alert .......

PLONK

Apr 4 '07 #2
<19*****@gmail.comwrote:
I am Newbies in this group. i just start my career in C & C++ as a
newbies at this initial stage of my career i just start it first with
the C++ and confused at the "Vectors" and leave .now that i started
"C" and i am confused with Algorithm's and data Structure.so what
should i chose first Algorithm's and data Structure's "o"r Started
with "C".its big confusion for me.and where from i start it.
Choose a language to learn, either C or C++ first, learn it and then learn
algorithms later. The inverse order makes very little sense.
C is a much, much simpler language than C++ so if you are having problems it
might be best to focus on learning C.
Apr 4 '07 #3
19*****@gmail.com wrote:
I am Newbies in this group. i just start my career in C & C++ as a
newbies at this initial stage of my career i just start it first with
the C++ and confused at the "Vectors" and leave .now that i started
"C" and i am confused with Algorithm's and data Structure.so what
should i chose first Algorithm's and data Structure's "o"r Started
with "C".its big confusion for me.and where from i start it.
You may be trying to learn too much all at once. If you face too
many unfamiliar concepts at the same time, nothing is going to make
sense and you won't make any progress. Did you consider taking an
introductory programming class ?
--
pa at panix dot com
Apr 4 '07 #4
19*****@gmail.com wrote:
hello newsgroups Member,

I am Newbies in this group. i just start my career in C & C++ as a
newbies at this initial stage of my career i just start it first with
the C++ and confused at the "Vectors" and leave .now that i started
"C" and i am confused with Algorithm's and data Structure.so what
should i chose first Algorithm's and data Structure's "o"r Started
with "C".its big confusion for me.and where from i start it.
For C try The C Programming Language (2nd Edition) by Kernighan and
Ritchie.

Apr 4 '07 #5

<19*****@gmail.comwrote in message
I am Newbies in this group. i just start my career in C & C++ as a
newbies at this initial stage of my career i just start it first with
the C++ and confused at the "Vectors" and leave .now that i started
"C" and i am confused with Algorithm's and data Structure.so what
should i chose first Algorithm's and data Structure's "o"r Started
with "C".its big confusion for me.and where from i start it.
If you understand C and the pointer system then that will be a big help to
you in understanding the C++ standard template library, because you will
have some insight into how the data structures are implemented, and
therefore why certain operations are not allowed on some of the template
types.
--
Free games and programming goodies.
http://www.personal.leeds.ac.uk/~bgy1mm

Apr 4 '07 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

6
by: Jack Smith | last post by:
Hello, any help appreciated with following problem. I figured out the algorithm (I think), just having trouble proving it is optimal. Suppose we are given n tasks each of which takes 1 unit...
16
by: cody | last post by:
I have to write an algorithm with must ensure that objects are put in buckets (which are always 4 in size). The objects have two properties: A and B. It is not allowed that in a bucket are objects...
10
by: bpontius | last post by:
The GES Algorithm A Surprisingly Simple Algorithm for Parallel Pattern Matching "Partially because the best algorithms presented in the literature are difficult to understand and to implement,...
32
by: Cmorriskuerten | last post by:
HI, is this is this solution to test if a number is a prime number or not: /* * Is n a prime number? * Return TRUE (1): n is a prime number * Return FALSE (0): n is a *not* a prime number...
2
by: ben | last post by:
hello, i'm following an algorithm book and am stuck on an early excersise in it, not because of the c programming side of it or even the algorithm side of it, i don't think, but because of maths....
113
by: Bonj | last post by:
I was in need of an encryption algorithm to the following requirements: 1) Must be capable of encrypting strings to a byte array, and decyrpting back again to the same string 2) Must have the same...
4
by: FBM | last post by:
Hi, I am working on a program that simulates one of the elements of ATM. The simulation stores events which occurs every some milliseconds for a certain amount of time. Every time that an event...
2
by: Julio C. Hernandez Castro | last post by:
Dear all, We have just developped a new block cipher called Raiden, following a Feistel Network structure by means of genetic programming. Our intention now consists on getting as much feedback...
0
by: aruna | last post by:
hey guys i earlier had very valuable responses from you all for base64 encoding algorithm.so thank for that. so now i need your assistance to do a float encoding algorithm. you may wonder why i'm...
1
by: almurph | last post by:
Hi everyone, Concerning the Needleman-Wunsch algorithm (cf. http://en.wikipedia.org/wiki/Needleman-Wunsch_algorithm) I have noticed a possible loop. Inside the algorithm there is an...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.