Nikolai Kiselev
7dd2fe19f3
Update a solution for "Find the Symmetric Difference" algorithm ( #36379 )
...
* Update advanced solution
* Replace HTML links with markdown syntax
* Remove obsolete sort()
* Use spread operator instead of Array.from
2019-07-18 17:07:09 -07:00
Randell Dawson
8ee2e5eaa9
fix: replace url with empty array in solution ( #36380 )
2019-07-06 12:35:06 +05:30
Randell Dawson
331cbb88f8
fix(guide): Remove repl.it links from challenge related guide articles (English) ( #36204 )
...
* fix: remove repl.it links english
* fix: add extra line
Co-Authored-By: Tom <20648924+moT01@users.noreply.github.com >
* fix: add extra line
Co-Authored-By: Tom <20648924+moT01@users.noreply.github.com >
* fix: add extra line
Co-Authored-By: Tom <20648924+moT01@users.noreply.github.com >
* fix: add extra line
Co-Authored-By: Tom <20648924+moT01@users.noreply.github.com >
* fix: add extra line
Co-Authored-By: Tom <20648924+moT01@users.noreply.github.com >
* fix: add extra line
Co-Authored-By: Tom <20648924+moT01@users.noreply.github.com >
* fix: add extra line
Co-Authored-By: Tom <20648924+moT01@users.noreply.github.com >
* fix: add extra line
Co-Authored-By: Tom <20648924+moT01@users.noreply.github.com >
* fix: add extra line
Co-Authored-By: Tom <20648924+moT01@users.noreply.github.com >
2019-07-01 08:49:24 -05:00
Mehul Lakhanpal
90036cc711
feat: add article for balanced-brackets ( #36160 )
...
* feat: add article for balanced-brackets
* fix: reformatted and refactored solution
2019-06-26 10:53:46 -07:00
Nicholas Win
d50b4970dc
Add method, solution, and reference. ( #32135 )
...
* Add method, solution, and reference.
* fix: removed stub text
2019-06-26 17:10:57 +01:00
Stan Choi
a13d116aab
fix(learn): Added solution for invert binary tree data structures challenge ( #35922 )
...
* fix: add solution for invert binary tree
* Fixed errors
* Used 2 spaces per request
* deleted images
* Update guide/english/certifications/coding-interview-prep/data-structures/invert-a-binary-tree/index.md
Co-Authored-By: Randell Dawson <5313213+RandellDawson@users.noreply.github.com >
* Update guide/english/certifications/coding-interview-prep/data-structures/invert-a-binary-tree/index.md
Co-Authored-By: Randell Dawson <5313213+RandellDawson@users.noreply.github.com >
* Update guide/english/certifications/coding-interview-prep/data-structures/invert-a-binary-tree/index.md
Co-Authored-By: Randell Dawson <5313213+RandellDawson@users.noreply.github.com >
* Update guide/english/certifications/coding-interview-prep/data-structures/invert-a-binary-tree/index.md
Co-Authored-By: Randell Dawson <5313213+RandellDawson@users.noreply.github.com >
* fix: added extra line to avoid linting errors
2019-06-20 13:28:37 -04:00
Matt Schlosser
c201e41564
typo: Remove errors within a challenge solution ( #36097 )
...
* Remove random links from code
Seems that these got added by accident.
* Remove errors from solution in Portuguese version
* Remove errors from solution in Spanish version
* Remove errors from solution in Russian version
* Remove errors from solution in Arabic version
* Remove errors from solution in Chinese version
2019-05-20 12:48:28 -07:00
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
Randell Dawson
1b07106f8e
fix: removed guide articles no longer needed ( #35679 )
2019-05-08 21:26:48 -05:00
chaomt
fbe8dcdf6b
fix(guide): binary search tree min/max height ( #35938 )
...
We added the correct solution to the guide article related to this code challenge, and deleted the other information which is not related to the code challenge at all.
2019-04-30 13:16:17 +05:30
StanimalTheMan
781c217001
Propose a Basic Solution to Adjacency List Problem ( #35511 )
...
* Propose a Basic Solution to Adjaceny List Problem
* Update guide/english/certifications/coding-interview-prep/data-structures/adjacency-list/index.md
Co-Authored-By: StanimalTheMan <43020892+StanimalTheMan@users.noreply.github.com >
* Remove template
2019-04-02 22:45:01 +05:30
Cătălin Udroiu
e5aabc38f5
Introduction for Coding Interview Prep ( #29351 )
...
* Introduction for Coding Interview Prep
* Fix grammar and phrasing
2019-03-29 05:50:36 -04:00
Lipis
e84ae45008
Javascript -> JavaScript (English) ( #35183 )
...
* Javascript -> JavaScript (English)
* Update technical documentation page for required change
* Update use-class-syntax-to-define-a-constructor-function.english.md
* Update left-factorials.md
2019-03-28 14:05:41 +05:30
Randell Dawson
6f5610c4f3
fix: removed thanks and username references in english guide ( #34946 )
2019-03-27 22:25:49 +05:30
Syed Isam Hashmi
b2fa8896ba
Added solution for "Create and Add to Sets in ES6" ( #27554 )
...
* Added solution for "Create and Add to Sets in ES6"
* add full solution
* Remove notes
2019-03-21 21:33:36 +05:30
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