MickyOr

Instrucciones

Jul 6th, 2016
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.40 KB | None | 0 0
  1. Material de estudio:
  2.  
  3. Problemas que ya les habia pasado: https://a2oj.com/contest?ID=24752
  4. Unos mas interesantes: https://a2oj.com/contest?ID=26511
  5.  
  6. Strings
  7. "Teoria": http://pastebin.com/hGMrty8r
  8. Ejercicios:
  9. https://www.hackerrank.com/contests/info-sa/challenges/strings-5-1
  10. https://www.hackerrank.com/contests/info-sa/challenges/strings-4
  11. https://www.hackerrank.com/contests/info-sa/challenges/strings-3-2
  12. https://www.hackerrank.com/contests/info-sa/challenges/strings-6
  13. https://www.hackerrank.com/contests/info-sa/challenges/strings-2-1
  14. https://www.hackerrank.com/contests/info-sa/challenges/strings-1-1-1
  15. https://www.hackerrank.com/contests/info-sa/challenges/quimica-obi-2012
  16. http://codeforces.com/problemset/problem/118/A
  17. http://codeforces.com/problemset/problem/312/A
  18.  
  19. Vectores
  20. "Teoria": http://pastebin.com/SZmUHZ5H
  21. Ejercicios:
  22. https://www.hackerrank.com/contests/info-sa/challenges/primos-en-intervalo
  23. https://www.hackerrank.com/contests/info-sa/challenges/digitos-paresimpares
  24. https://www.urionlinejudge.com.br/judge/en/problems/view/1179
  25. https://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=3166
  26.  
  27. Mapas
  28. "Teoria": http://pastebin.com/FPXeqiai
  29. Ejercicios:
  30. https://www.hackerrank.com/contests/info-sa/challenges/cuantas-letras
  31. https://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&category=24&page=show_problem&problem=1167 (avisenme si tienen problemas con el input/output de este)
  32. http://codeforces.com/problemset/problem/501/B
  33.  
  34. Sets
  35. "Teoria": http://pastebin.com/4XU81mi1
  36. Ejercicios:
  37. https://www.hackerrank.com/contests/info-sa/challenges/tercer-valor-mas-grande
  38. http://codeforces.com/problemset/problem/368/B
  39. https://www.hackerrank.com/contests/info-sa/challenges/diccionario-de-aldo
  40.  
  41. Criba de Eratostenes
  42. Explicacion: http://www.vitutor.net/1/61.html
  43. https://es.wikipedia.org/wiki/Criba_de_Eratóstenes
  44. Implementacion: https://ideone.com/iYyeNb Explicada con comentarios
  45. https://ideone.com/1svaPa Sin explicacion, se ve mas corta
  46. Ejercicios:
  47. https://www.hackerrank.com/contests/info-sa/challenges/k-esimo-primo
  48. https://www.hackerrank.com/contests/info-sa/challenges/primos-en-intervalo-2
  49. https://www.hackerrank.com/contests/info-sa/challenges/suma-de-primos
  50. https://www.hackerrank.com/contests/info-sa/challenges/fibonacci-primo
  51.  
  52. Una lista con muchisimos problemas de implementacion: https://a2oj.com/category?ID=295
Add Comment
Please, Sign In to add comment