Commit Graph

32 Commits

Author SHA1 Message Date
caicke
fa82ad5251 Acrescentando métodos de ordenação (#23493) 2019-08-14 08:12:49 -07:00
Cleo Aguiar
bb4cb7a4d2 update translation insertion-sort (#36554)
fix: images link
add: markdown identifier to code language
2019-08-08 10:19:09 -07:00
Cleo Aguiar
5204933fca update translation counting-sort (#36536)
added implementation codes
2019-08-08 10:01:19 -07:00
Cleo Aguiar
bb0926a934 update translation graph-algorithms (#36363) 2019-08-08 09:56:41 -07:00
Cleo Aguiar
1cc626e546 update translation binary-search (#36423)
* update translation binary-search

* Update index.md
2019-08-07 20:54:13 -07:00
Cleo Aguiar
dcb03cbbf0 update translation selection-sort (#36514)
added implementation code and reference
2019-08-07 17:03:29 -07:00
Cleo Aguiar
2725a15beb update translation quick-sort (#36498)
added implementation code
2019-08-07 17:02:58 -07:00
Cleo Aguiar
a9fabc4755 update translation merge-sort (#36486)
added implementation code
2019-08-07 17:02:25 -07:00
Cleo Aguiar
940d3d1667 update translation insertion-sort (#36471) 2019-08-07 17:01:43 -07:00
Cleo Aguiar
e7eb2ea895 update translation red-black-trees (#36396) 2019-08-07 17:00:11 -07:00
Cleo Aguiar
209d9d42c2 update translation counting-sort (#36461)
added implementation code
2019-08-07 16:59:56 -07:00
Cleo Aguiar
ae66b22295 update translation linear-search (#36448)
added Swift, Java and PHP code examples
2019-08-07 16:58:41 -07:00
Miguel Mano
028477db00 Fix typo on translation of dynamic programming (#24622) 2019-08-07 16:56:09 -07:00
Cleo Aguiar
595b007f8f update translation gcd-euclidean (#36387)
greatest-common-divisor-euclidean
2019-08-07 16:55:02 -07:00
Cleo Aguiar
642e1275f4 update translation breadth-first-search (#36364) 2019-08-07 16:54:11 -07:00
Cleo Aguiar
45658e77fb update translation flood-fill (#36337) 2019-08-07 16:54:00 -07:00
Cleo Aguiar
5a828ff264 update translation exponentiation (#36336) 2019-08-07 16:53:45 -07:00
Cleo Aguiar
99fd220eb8 add translated evaluating-polynomials-synthetic (#36259) 2019-08-07 16:53:31 -07:00
Luan
ad1e16b21f Update index.md (#33930)
Update some translating errors and added links of graph algorithms
2019-08-07 16:52:03 -07:00
Cleo Aguiar
5bdb355e51 update translation embarassingly-parallel (#36258)
changed word translation
2019-08-07 16:50:50 -07:00
Cleo Aguiar
0dfdfef52f update translation bucket-sort (#36529)
* update translation bucket-sort

removed extra space in code and added link in more information

* refactored indentation space
2019-07-31 17:28:03 +01:00
Jonathan Graham
04e98783cd fix(guide): radix sort formatting/inconsistencies (#36507)
* fix(guide): radix sort formatting/inconsistencies

Signed-off-by: Jonathan <theflametrooper@gmail.com>

* fix(guide): radix sort spacing should be 2 spaces

Signed-off-by: Jonathan <theflametrooper@gmail.com>
2019-07-28 18:58:07 -07:00
Cleo Aguiar
14260bb4b3 update translation timsort (#36517)
added markdown identifier code
2019-07-28 02:44:33 +01:00
Cleo Aguiar
a5ab6f2d5f update translation radix-sort (#36502)
* update translation radix-sort

identified code language and added implementation code python

* docs(radix-sort): fixed spacing of comments
2019-07-25 02:25:14 +01:00
Cleo Aguiar
94b2b1cd8f update translation bubble-sort (#36459)
* update translation bubble-sort

add examples code

* update: two-space indentation for all code
2019-07-19 13:34:14 -07:00
Ahmad Abdolsaheb
d24778ceb8 fix: replace imgur URLs with s3 URLs for files with potential conflict (#36049)
* fix: replace imgur with s3 for files with potential conflict

(cherry picked from commit 4ec62c0e29a64b0288eade45fb510f25c622945a)

* fix/remote extra link

Co-Authored-By: Randell Dawson <5313213+RandellDawson@users.noreply.github.com>

* fix: revert change
2019-06-12 11:19:43 +03:00
Ahmad Abdolsaheb
1e9f5bc09a fix: replace imgur with s3 for Portuguese guide without conflict (#36054)
* fix: imgur to s3 for portuguese guide without conflict

(cherry picked from commit 55e786f8dbcf917e16088be97e18c951d937cd71)

* fix: remove extra links

Co-Authored-By: Randell Dawson <5313213+RandellDawson@users.noreply.github.com>

* fix: remove unrelated change

* fix: revert space

* fix: revert styles
2019-05-25 02:30:23 +05:30
Randell Dawson
0a1eeea424 fix(guide) Replace invalid prism code block names (#35961)
* fix: replace sh with shell

fix replace terminal with shell

fix replace node with js

fix replace output with shell

fix replace cs with csharp

fix replace c++ with cpp

fix replace c# with csharp

fix replace javasctipt with js

fix replace syntax  with js

fix replace unix with shell

fix replace linux with shell

fix replace java 8 with java

fix replace swift4 with swift

fix replace react.js with jsx

fix replace javascriot with js

fix replace javacsript with js

fix replace c++ -  with cpp

fix: corrected various typos

fix: replace Algorithm with nothing

fix: replace xaml with xml

fix: replace solidity with nothing

fix: replace c++ with cpp

fix: replace txt with shell

fix: replace code with json and css

fix: replace console with shell
2019-05-15 19:08:19 +02:00
CubeSky
933cd042b0 Updated code comments to portuguese (#20796) 2018-12-22 00:24:14 +00:00
CubeSky
1492e4d09d Fixed formating and partialy translated to portuguese (#20811) 2018-11-10 12:14:59 +01:00
CubeSky
4d5677a66e Updated code comments to portuguese (#20785)
* Updated code comments to portuguese

* Fixado erros de sintaxe
2018-11-03 14:46:34 +01:00
Mrugesh Mohapatra
da0df12ab7 fix(guide): simplify directory structure 2018-10-16 21:32:40 +05:30