Click here to Skip to main content
15,896,557 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
What computer language should I learn in order to write a search engine,just like Goole?
Can someone give me some advice,and provide some tutorials or videos? I am a program beginner.Thanks in advance.
Posted
Updated 11-Sep-10 6:18am
v3

The best advice I can give you is: Start with a smaller project!

You say you are "a program beginner" - a search engine "just like Goggle" is definitely not a job for a beginner: just think how many experienced programmers Microsoft put into producing Bing, and how not-as-good-as-Google that turned out to be. How long do you think it took MS to produce Bing? Two years? Three? With maybe a couple of hundred programmers working on it? (I'm just guessing, but these are educated guesses, you understand)

Pick a smaller project, something you can complete on your own (so you don't get disheartened) and something you can learn from as you go along. You can work up to more complex projects when you have a better idea how the whole process works.
Good luck!
 
Share this answer
 
IMO, to write a search engine, language should not even be your primary concern. There will be some pretty tricky algorithms controlling the show - you should start concentrating and learning about a few of them first.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900