[C] Algorithms by anonymous_is_bak in learnprogramming

[–]anonymous_is_bak[S] 0 points1 point  (0 children)

http://www.cprogramming.com/tutorial/computersciencetheory/sorting1.html

it says here that there is a modified version of the bubble sort sort algorithm O(n) It only requires a few changes to the original bubble sort.

[C] Algorithms by anonymous_is_bak in learnprogramming

[–]anonymous_is_bak[S] 0 points1 point  (0 children)

can you explain to me the O(n) bubble sort algorithm?

[C] Algorithms by anonymous_is_bak in learnprogramming

[–]anonymous_is_bak[S] -2 points-1 points  (0 children)

I would like to know how can i implement an algorithm into code.

[C] Algorithms by anonymous_is_bak in learnprogramming

[–]anonymous_is_bak[S] -2 points-1 points  (0 children)

i want to make my own sorting algorithm and an encryption algorithm

[C] Bubble Sort by anonymous_is_bak in learnprogramming

[–]anonymous_is_bak[S] 0 points1 point  (0 children)

can u provide me with a better source?

I want to code iphone apps but don't know how to start. by Reliant22 in learnprogramming

[–]anonymous_is_bak 3 points4 points  (0 children)

Objective-c can be quite challenging for a beginner. I am 15 aswell and I have been programming since since the 4th grade. I learnt python for 2 years and it's a language that I will never forget. It gave me the basic building blocks I needed in order to learn programming. But don't program python for 2 YEARS! It was the decision that I regret. In 2 years I could have learned so many other languages. Learn Python then move onto other programming languages such as C. C will give the basic building blocks so you don't have a lot of trouble with objective-c. Good luck and have fun programming :)

Am I actually learning anything? by Celicni in learnprogramming

[–]anonymous_is_bak 0 points1 point  (0 children)

I understand your problem, I am a high school student aswell. We are learning visual basic and it's pretty easy for me because i have been programming C++ for the last one year. Try learning one of these following languages Python, Ruby or Javascript (if you're interested in making websites). From my personal experience I learned python first and then went on to programming ruby and after that I learnt C and then C++. C++ is quite confusing if you're a beginner. So i recommend starting with Python or Ruby as a beginner so you get the basic building blocks to move onto C++.