Angelina Veni
Harus dikuasai:
- hubungan ASCII dengan huruf, fungsi ord dan chr
- mencari panjang string (length)
- mencari letak suatu karakter dalam string (pos)
- meng-append / menambahkan 2 string
- mengubah string menjadi angka (val)
- mengubah angka menjadi string (str)
- operasi big integer / bilangan2 besar dengan representasi string
Latihan:
- UVA 494 – Kindergarten Counting Games
- UVA 458 – The Decoder [V]
- UVA 401 – Palindrome
- UVA 644 – Immediate Decodability
- USACO 1.1 – Ride
- UVA 272 – TEX Quotes [V]
- UVA 490 – Rotating Sentences [V]
- SPOJ : To and Fro
- UVA 492 – Pig Latin
- UVA 10222 – Decode the Mad Man
- UVA 10924 – Prime Word [V]
- UVA 10082 – WERTYU [V]
- UVA 10815 : Andy’s First Dictionary
- USACO 1.1 – Greedy Gift Givers
- UVA 489 – Hangman Judge
- UVA 576 – Haiku [V]
- SPOJ : ABSYS [V]
- SPOJ : PALIN [V]
- USACO 1.1 – Broken Necklace
Latihan Contest :
- OSN 2009 Sesi 2 #7 : Pola String
- OSN 2009 Sesi 3 : Tarian
- Penyisihan KP UnPar 2010[ZIP] Prob 4 : Caesar Cipher
- Penyisihan KP UnPar 2010[ZIP] Prob 9 : Quad Count
- Semifinal KP UnPar 2010 [ZIP] Prob 5: Compression
- OSN 2006 : Tebak Lagu [V]
to be added : detailed tutorial
Tweet3 Responses to Operasi string
Leave a Reply to Sangadji Cancel reply
On the Web
Recent Comments
- Peter on US College Application Essay
- Peter on US College Application Essay
- angelinavj on US College Application Essay
- Peter on US College Application Essay
- didut on Bahasa Indonesia dan Lokalisasi
- widya on Programming
- Vederis Leunardus on Array
- nissa on US College Application Essay
- Rhemed on Rekursi
- Anonymous on Programming
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License (you're required to link to this blog whenever you republish my content).
mengappend itu apa ya? bisa dijelasin lbh detail?
meng-append string b ke string a berarti a = a +b;
misal : mau meng-append “world” ke “hello”, hasilnya “helloworld”
bisa minta materi/referensi untuk operasi big integer / bilangan2 besar dengan representasi string? thanks