Commit Graph

13 Commits (f606d9cc6d16597b95fafff7a77599a48df9db25)

Author SHA1 Message Date
Rohan Mohammad 66688e8a02 First 10 Fibonacci numbers are 1, 2, 3, 5, 8, 13, 21, 34, 55, 89. (#34723) 2019-01-25 15:51:45 +09:00
Syed Isam Hashmi 7187215068 Updated to add solution to "Remove from a Set" (#27500)
* Updated to add solution to "Remove from a Set"

* fix: formatting

* fix: formatting of code block
2018-12-05 17:08:16 -08:00
Syed Isam Hashmi 4261f1d901 Added solution to "Size of the Set" (#27508) 2018-12-02 20:12:06 +05:30
Aditya 9a315e237a Data Structures: Remove from a Set (#34493)
* fix: solution and moved instructions

* feat: added solution

* fix: added code elements
2018-12-01 11:46:02 -07:00
Aditya c3155c4f5b [Guide] Data Structures: Create a Set Class (#34434)
* feat: added solution

* fix: solution

* fix: changed expression to be be more readable

* fix: formatting
2018-11-25 10:56:33 -07:00
Aditya 3e1187ded8 [Guide] Data Structures: Create a Circular Queue (#34255)
* feat: added circular queue

* fixed code block, adjusted pointer position relative to array entries

* fix: code block
2018-11-09 16:52:54 -07:00
S.Hale 3920b7c4ce Corrected capitalization, corrected to American spellings and typos (#30685)
* Translate challenge subtitles and example challenge text to Spanish

* Corrected errors in syntax and punctuation

* Multiple corrections of it/s to its plus other grammar corrections

* Correction and added paragraph to CSS Flex article

* Corrected my own typo

* Corrected capitalization, American spellings and typos
2018-11-07 10:34:13 -05:00
Aditya e653eab3f5 [Guide] Project Euler: Problem 10: Summation of primes (#30503)
* feat: added problem 10 solution

* Added some formatting and minor grammar changes
2018-10-27 19:37:25 -07:00
Aditya 24a8bbee70 [Guide] Project Euler: Problem 9: Special Pythagorean triplet (#28382)
* feat: added problem 9

* Removed extra word and added formatting to variable names
2018-10-26 08:38:17 -07:00
Aditya 2928dc250c [Guide] Data Structures: Create a Priority Queue Class (#19618)
* feat: added priority queue

* Corrected a few misspellings, added some white space between functions
2018-10-26 08:37:48 -07:00
Ariel a2e01e59db Replaces Project Euler stub with an article (#22850)
* Replaces Project Euler stub with an article
2018-10-25 13:06:26 -07:00
Aditya 96eb124163 [fix] Added articles back which were overwritten in previous commit (#24441) 2018-10-20 23:12:13 +05:30
Mrugesh Mohapatra da0df12ab7 fix(guide): simplify directory structure 2018-10-16 21:32:40 +05:30