Commit Graph

4269 Commits

Author SHA1 Message Date
Nimalen Sivapalan
1fefb703eb add more info to the Scrum guide and fix typos (#32042)
* add more info to the Scrum guide and fix typos

* Update index.md
2019-05-16 23:09:33 -04:00
mushtaq smb
9668849659 Highlighted the roles to bold (#31771)
for better readability
2019-05-16 22:11:56 -04:00
creativeST
806f688eaa Add resource Introduction to Scrum (#31332)
* Add resource Introduction to Scrum

Introduction to Scrum Video

* Update index.md
2019-05-16 21:51:04 -04:00
Derek Lane
77df8bb424 Refined content (#33848) 2019-05-16 21:34:05 -04:00
Tosson
a0d2c5ccc2 Text added (#32163)
* Text added

* Update index.md
2019-05-16 21:32:56 -04:00
Jacob Kim
93214303d4 Changed BST's worst run-time from O(log n) to O(n) (#31445) 2019-05-16 17:44:45 -07:00
Manas Ojha
5964e764da Changes in the language for better understanding (#31116) 2019-05-16 19:47:52 -04:00
Prab
a804897029 Updated the definition of Acceptance criteria (#30971)
Clarified Acceptance criteria from different perspectives
2019-05-16 19:47:11 -04:00
msha833
78dc866254 Update index.md (#34033) 2019-05-16 20:04:00 +01:00
Kosmas Chatzimichalis
cb44b4bb15 Initial Map page (#26450)
* Initial Map page

* Update index.md
2019-05-16 14:31:27 -04:00
The Coding Aviator
39a9da5c1d Added solution to D3 predefined scale challenge (#34242)
* Update index.md

* Update index.md

* spacing

* Update index.md
2019-05-16 09:04:54 -07:00
The Coding Aviator
e6fef5ff34 Added solution to D3 use dynamic scales challenge (#34241)
* Update index.md

* Update index.md

* Update spacing

* Update index.md
2019-05-16 09:04:08 -07:00
Xiaojie(Aaron) Li
c33260581b fixed grammar/articulation of certain sentences (#30508) 2019-05-16 13:04:44 +05:30
Andrew Ma
1d77711431 add solution to redux remove item from array (#35593) 2019-05-16 13:01:37 +05:30
Sunny
719227b733 Made correction in the output of println function when it prints an integer string. (#27034) 2019-05-16 12:19:24 +05:30
rswalve
522c682971 Update index.md (#32849) 2019-05-15 17:50:48 -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
4b4762716c fix(curriculum): Rewrote the Write Higher-Order Arrow Functions challenge and moved to Functional Programming section (#35954)
* fix: reworded and moved challenge

* fix: removed extra line

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

* fix; removed extra line

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

* fix: reworded sentence

Co-Authored-By: RandellDawson <5313213+RandellDawson@users.noreply.github.com>
2019-05-15 11:12:17 -05:00
The Coding Aviator
d390b40a9f Update index.md (#34282) 2019-05-15 01:16:58 -07:00
Randell Dawson
227685af59 fix: reordered content and added headers (#34713) 2019-05-15 12:28:56 +05:30
Randell Dawson
b013f2ab3a fix: declared x variable (#36046) 2019-05-15 11:49:44 +05:30
J4unty
44561ae524 Java stream additions (#33003)
* Reworked Java Streams

* Added Stream  examples for parallel streams
2019-05-14 21:10:18 -07:00
Julian Krieger
0ed2246708 Nearer specified collect function (#32430)
Added an example to specify how collecting works
2019-05-14 19:27:50 -07:00
Wei Hung Chin
4f223e68d0 Add new example (#30133)
Added example of using map operator to get a list of object properties from a list of objects
2019-05-14 19:19:59 -07:00
Evaldas
57762df6f7 Add information about pattern matching (#24400)
Added information about how we can use a switch statement for pattern matching and gave an example from Microsoft docs.
2019-05-13 22:18:18 +05:30
Travis Benfield
fe2f7ef5d3 Grammar fixes (#33049) 2019-05-13 09:47:42 -07:00
AgentMcBride
17d5b64553 update index.md (#32087)
Added a way to practice terminal skills with the use of overthewire war-games.
2019-05-12 17:29:29 -07:00
Michael G
f9482c3df9 Added examples for complex numbers to numeric-types article (#28443)
* Added examples for complex numbers to numeric-types article

Introduce 3 examples of what a complex number would look like in Python.

* fix: moved links to bottom
2019-05-12 16:26:53 -07:00
Tanay Kulkarni
0a69401e59 Added python package installer details (#31594)
* Added python package installer details

* Update index.md
2019-05-12 16:26:40 -07:00
mayank6
bf36259770 Added a way to get multiple inputs (#31684) 2019-05-12 16:01:33 -07:00
Tanuj Sharma
21c45aabde added more common and efficient data structures (#29225) 2019-05-12 15:57:13 -07:00
Glafs
dc0f0a96bb Added text to boolean-operations in python guides (#31023)
Added descriptions and examples of other boolean-operations which are not part of the Python language, but still useful to know.
2019-05-12 15:43:16 -07:00
Domingo Moronta
6361c48b99 Add formatted string literals example (#33192) 2019-05-12 15:36:26 -07:00
Jozef Maloch
d23f5ea952 Insertion (#30223) 2019-05-12 15:35:04 -07:00
Nathan Liang
01163b2c6b corrected typos and clarified sentence structures (#32947) 2019-05-12 15:27:03 -07:00
Harshit Omer
c4f17674cf Adding Time Analysis for B-Trees (#31013)
* Adding Time Analysis for B-Trees

Time Analysis for B-Tree:

Suppose a B-tree has n elements and M is the maximum number of children a node can have. What is the maximum depth the tree could have? What is the minimum depth the tree could have?

    The worst-case depth (maximum depth) of a B-tree is: logM/2 n.
    The best-case depth (minimum depth) of a B-tree is: logM n.

Worst-Case Times for B-Trees:

    Adding or removing an element in a B-tree with n elements is O(log n).

* fix: removed duplicate info
2019-05-12 15:19:23 -07:00
25Harry
3e404cd075 Created required brackets in logn (#33401) 2019-05-12 14:58:05 -07:00
kellyhuang21
1a4d7a04ac Added b-tree insertion (#30195)
* Added b-tree insertion

* Added Insertion
2019-05-12 14:51:01 -07:00
Nayan Chawla
db22bd3547 Python 3 Change (#28596)
Included difference in python 3 vs python 2
2019-05-12 14:33:15 -07:00
Michael G
43f2e6223f Added another example to defining-functions article (#28449)
Added an example to help show how to define and call functions in a simple and easy to understand manner.
2019-05-12 14:31:47 -07:00
Eric Hodges
0ec1249ba4 Added (GUI) to make text more clear (#31739)
Added (GUI) to first line in the first paragraph.
2019-05-12 10:30:14 -07:00
Adi
f8de183d32 Adding new commands to the list (#28206)
Adding new commands to the list of commands
2019-05-12 10:28:53 -07:00
Yash Kapadia
ce5af168e4 Fixed link, document format, and grammar (#28023) 2019-05-12 10:25:28 -07:00
Christian Garcia
b8aa04fc3c fix(guide): typos in bash-redirection (#29279) 2019-05-12 10:01:01 -07:00
Mo1914
ceb2234d92 Scrum Components (#27581)
Edited Scrum component description and added components.
2019-05-12 09:56:50 -07:00
Heather Kusmierz
c6b968d5bc fix(guide): remove redundant Jupyter NB material and passive voice, simplify exp… (#32940)
* fix(guide): remove redundant material and passive voice, simplify explanations

* Text edit to restart build
2019-05-12 09:54:37 -07:00
Descritorio
2b27a01ddc Added extra information to "Article Tag" section (#34101)
* Added extra information to "Article Tag" section

* Fixed "Article Tag" section

Fixed grammatical errors and combined multiple lines
2019-05-12 09:50:00 -07:00
Sonja
9d2307acf6 Update index.md (#27230)
Edited for grammatical errors and some awkward sentences/phrases. Hope this is helpful.
2019-05-12 09:48:14 -07:00
CodeStrike
42f565dd04 This method also cleanup the resources such as threads so that application runs smooth. (#32340) 2019-05-12 09:43:47 -07:00
Ashish singh
0308cd3f9c Added extra commands that comes very handy (#27195)
* update index.md

Added extra commands that comes very handy

* Update index.md

* Update index.md

* fixed a typo
2019-05-12 09:40:34 -07:00