Kumpulan Soal Pemrograman

From OnnoWiki
Jump to navigation Jump to search

Berikut daftar situs dan buku yang menarik untuk bermain algoritma dan pemrograman.

Project Euler

Alamat: http://projecteuler.net/archives
Total Problem: 517 buah

Project Euler is a series of challenging mathematical/computer programming problems that will require more than just mathematical insights to solve. Although mathematics will help you arrive at elegant and efficient methods, the use of a computer and programming skills will be required to solve most problems. The motivation for starting Project Euler, and its continuation, is to provide a platform for the inquiring mind to delve into unfamiliar areas and learn new concepts in a fun and recreational context.

PEG Online Judge

Alamat: http://wcipeg.com/problems
Total Problem: 1021 buah

Welcome to the PEG Online Judge. This site was created by members of Woburn Collegiate Institute's Programming Enrichment Group as a resource for competitive programmers everywhere. We also run PEGWiki, a site for information and tutorials of algorithms. Currently, we have 1021 problems, 257654 submissions, 277 analyses, and support for 15 languages.

Rosetta Code

Alamat: http://rosettacode.org/wiki/Rosetta_Code
Total Problem: 780 buah

Rosetta Code is a programming chrestomathy site. The idea is to present solutions to the same task in as many different languages as possible, to demonstrate how languages are similar and different, and to aid a person with a grounding in one approach to a problem in learning another. Rosetta Code currently has 780 tasks, 174 draft tasks, and is aware of 594 languages, though we do not (and cannot) have solutions to every task in every language.