Commit Graph

20831 Commits

Author SHA1 Message Date
cb038d8b33 Fixed the typos in the file (#29302) 2019-01-22 19:05:27 -06:00
765460b62f Java-Arrays: Nested loop will execute M * N times (#32293) 2019-01-22 17:54:40 -07:00
8803057bdd Grammar fix (#32099) 2019-01-22 17:45:24 -07:00
98cffcc7ac Update index.md (#30718)
Added info about array values.
2019-01-22 12:05:33 -07:00
589257cf02 Typo fix on line 11 (#34922) 2019-01-21 19:06:10 -08:00
cb28bc838a few changes (#31175)
* few changes

* Update index.md
2019-01-21 13:33:43 -07:00
783338410b Corrected a typo and improved readability (#29300)
1. Corrected typo from "sequencial" to "sequential"
2. Corrected the grammar for the sentence "primitive and reference both form of datatypes are allowed" for better readability
3. Added on to the following sentence to make it less redundant; otherwise it would have been just a repeat of the sentence before it.
4. Changed "indexes" to "elements" because an index is just a list of numbers, so saying that "an array can be instantiated to a set number of indexes" would be confusing.
2019-01-21 12:43:41 -07:00
354043752c add appropriate title "algorithm performance" (#30585) 2019-01-21 12:38:45 -07:00
ec50e64023 CopyOf method as a way to increase array size (#28962)
Added a way to increase the size of an already instantiated array via the "copy" method.
2019-01-21 12:32:45 -07:00
95702d6e4c Images of each asymptotic notations are added (#28112)
For understanding the algorithm complexity better, images of each asymptotic notations are added
2019-01-21 12:29:34 -07:00
b0f4d2c248 Correction of assign sign to equal sign (#30977) 2019-01-21 13:14:06 -06:00
b3b72afde1 Update index.md (#32509) 2019-01-21 13:08:26 -06:00
eb6b45bdf4 Clean up and fix spelling (#27939) 2019-01-21 13:05:17 -06:00
9c817a6f9c Add text line 7 "I" to article (#27588) 2019-01-21 12:50:26 -06:00
5e0c13b4a6 Update index.md (#32754)
* Update index.md

* add space between sentence
2019-01-21 12:47:22 -06:00
5b26cb18da Grammar Change to index.md (#27166)
Grammar fixes to make article flow better.
2019-01-21 12:44:43 -06:00
9dedc71c55 update(guide): Added Ternary Operator Example (#29032) 2019-01-21 12:43:41 -06:00
0bb24ebe9d Added Markdown Converter Tools (#29947)
Browserling - https://www.browserling.com/tools/html-to-markdown
Turndown - https://domchristie.github.io/turndown/
2019-01-21 12:39:40 -06:00
c80a4cb0c2 Moved Anonymous User Case Diagram link tag (#30213)
In addition, made edits around user case diagram for consistency
2019-01-21 12:13:29 -06:00
f8226f72d6 fix(guide): Fixed code block formatting (#28994) 2019-01-21 12:07:27 -06:00
b2a343441c Adjusted indentation and code syntax (#34819)
The section titles were in the code examples and it was hard to distinguish the sections from each other.
2019-01-21 12:04:17 -06:00
ee986bf8a7 fix sentence structure (#27676)
added some commas for better readability and changed the structure of a sentence
2019-01-21 11:57:40 -06:00
c7239f78fa Changed sentence structure (#31634)
* Changed sentence structure

Two lines altered, directly from the Free Code Camp site's description.

* maek grommer propre
2019-01-21 11:55:23 -06:00
2b9269d39f [English] Fix gitter href for official chat rooms link (#33241)
* [English] Fix gitter href for official chat rooms link

* markdownize links

remove rooms that don't exist anymore
add rooms that weren't on the list
2019-01-21 11:54:25 -06:00
f398d8346d Change the capital "S" and remove 0. (#30574)
the word state didn't need to be capitalized, and the 0. should say This is optional the 0. is confusing
2019-01-21 11:44:56 -06:00
3cd7f55fcc fix(guide): Fixed broken formatting and links (#28958) 2019-01-21 11:43:20 -06:00
a56ff7c3bf Add the text "volunteer with or without experience" (#27217)
Correct the grammar and mistakes in previous version
2019-01-21 11:25:06 -06:00
7bff70b6cc Update index.md (#27218)
Corrected grammar mistakes in previous version.
2019-01-21 11:23:20 -06:00
fcb5eb7bb3 corrected typo (deleted the unnecessary backslash in the third example calculation) (#34292)
Change 1. corrected typo (deleted the unnecessary backslash in the third example calculation)
original version = -17.25\   ---> revised version = -17.25

Change 2. for greater clarity changed the word "great" to "useful" as follows:

The mean can be a great way to describe a set of numbers.  ---> The mean can be a useful way to describe a set of numbers.
2019-01-21 11:19:39 -06:00
4a9529fe3e Update index.md (#28025)
Edit the text "texttt"
Fix typo in "availaible" to "available"
Fix mispelling of "fibonnaci" to "Fibonacci"
Fix a redundant phrase to "It is the first example which shows the power of Dynamic Programming, and a special case of a class of mathematics known as generating functions"
Correct spelling mistakes to "generating functions".
Improve sentence to "There is this following concept in mathematics: "each" etc
Add "the" before "second part".
Change "the generating in general" to "the generating function".
Fix "remeber" to "remember"
Made upper case in "If you know" to "if you know"..etc
Omit "quite" and the comma in "generating functions, in terms of their sequence".
2019-01-21 11:18:23 -06:00
9de2c7da53 Fixed spelling, removed hotlinks (#34460)
Fixed minor spelling/grammar issues, and then removed two of the hotlinked images since they were easy to replace with text instead. Also adjusted the links on the bottom to render on their own lines.
2019-01-21 11:10:27 -06:00
b862a0fde6 grammar (#31569)
change 'a' to 'an' before the word <inverse>
2019-01-21 11:07:59 -06:00
6655a3c2c7 Grammar fix (#32744)
Fixed Grammar according to the context
2019-01-21 10:25:19 -06:00
701d27d593 Fix(curriculum): edit translation RU (#26831) 2019-01-21 20:22:45 +04:00
06daef5cf7 Fixed typo (#33646)
Changed intiger to integer
2019-01-21 10:21:12 -06:00
f6f6f1143b fix (guide): Fixing typo in Wikipedia link, adjusting for better flow. (#33246) 2019-01-21 10:19:49 -06:00
7f63288b86 Fix typo in index.md (#29720)
Changed 'oposite' to 'opposite'.
2019-01-21 10:13:31 -06:00
b9a97aa890 Changed analogy to be consistent with image (#32682)
Changed accuracy/precision analogy from basketball to archery to be consistent with image
2019-01-21 10:07:53 -06:00
e876a0121e Added additional Tensorflow youtube tutorial (#29341) 2019-01-21 10:04:48 -06:00
d62eed98e1 Add MariaDB (#28916)
added MariaDB with some basic info and links
2019-01-21 10:00:06 -06:00
e203bd6a80 inverse of matrix (#33690)
added resource and definition of inverse of matrix
2019-01-21 09:56:10 -06:00
656202755a Update index.md and provide additional examples (#28758)
I added several additional examples of how to create and access an array.
2019-01-21 08:28:13 -07:00
eac14eb23b Spelling fixes (#27824)
Fix spelling "usualy" to "usually", "disscus" to "discuss", "Comparitively" to "Comparatively",
2019-01-21 08:18:44 -07:00
11968cf6e7 Jagged Arrays extra information added (#27115) 2019-01-21 08:18:33 -07:00
93c608beb0 Update index.md (#27173)
eliminated the closing square bracket that had no opening square bracket.
2019-01-21 08:04:13 -07:00
03697de47f Added descriptions for Little o and omega (#24554) 2019-01-21 08:02:45 -07:00
Liz
ed7a4bb038 Updated href tag (#28315) 2019-01-20 15:00:17 -06:00
e193db130b Grammar fix (#29154) 2019-01-20 14:59:38 -06:00
7328fca2e3 Rephrasing two sentences for clarity (#28576) 2019-01-20 14:30:51 -06:00
3cfe00eafd Add command for git checkout previous branch (#25133) 2019-01-20 14:30:19 -06:00