Commit Graph

4237 Commits

Author SHA1 Message Date
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
Nischay Hegde
97e4c38f08 Fixed Formatting. (#27144)
Fixed the formatting and grammar. 
Also made it clear that `malloc()` is generally discouraged for use in C++. See [here](https://stackoverflow.com/questions/45105100/when-and-why-we-must-use-the-malloc) for more info.
2019-05-12 09:40:01 -07:00
anthonyjvoss
f4a196ab0e Added stderr & stdout redirection examples (#28153) 2019-05-12 09:39:12 -07:00
coolmint204
18acffecad Add "Find out more" links and section on BLAST (#24949)
Useful links for finding out more on Computational Genomics, and added a section detailing BLAST, a very useful search algorithm and database for bioinformatics.
2019-05-12 09:32:56 -07:00
Chris
b1ef7ecfbf Add plots to R guide (#25444)
* Add plots to R guide

* Deleted plotting file

* added a plotting index.md for R
2019-05-11 17:27:01 -04:00
Adam Shaffer
fb32d44c54 Expand Propositional Logic Stub (#25398)
This is a simple addition to this stub that briefly explains Modus Ponens.
2019-05-11 17:22:10 -04:00
Dexter Rualo
101087ab13 Add: GnuPG Guide (#25060)
* Add: GnuPG Guide

* Update index.md

* Update index.md

* Update index.md

* fixed title
2019-05-11 17:11:24 -04:00
Stéphane METZ
d073722880 Create tar file (#25056) 2019-05-11 17:09:05 -04:00
Frank Schmitt
6475fe2298 added some basic information and examples for Elm lists (#25042) 2019-05-11 17:07:03 -04:00
Chirayu Samarth
ce212d6c35 added info smart_open module (#25000) 2019-05-11 17:04:09 -04:00
UberschallSamsara
dc9839d908 Added section "Relationship to pointers", fixed misspelled "Initializiation" (#31683)
* Added section "Relationship to pointers"

* fix: changed c++ to cpp
2019-05-11 13:00:38 -07:00
sah-pinocchio
db6756aaa2 add the text in definition of Array. (#30662)
* add the text in definition of Array.

add the text " by adding an index to a unique identifier" after "An array is a series of elements of the same data type which are stored in contiguous memory locations and can be referenced individually".

* fix: changed c++ to cpp
2019-05-11 12:07:29 -07:00
Marek Troszczyński
619811f640 Expand explanation. (#33890) 2019-05-11 22:25:48 +05:30
Nnaemeka Valentine Eziamaka
d34c64cee6 Making the code more readable (#29465) 2019-05-11 22:20:00 +05:30
Jack
da5284f772 Add information about key binding (#28209)
* Add information about key binding

Also improved grammar and accuracy of information

* fix: removed =====

* Update index.md

* Update index.md
2019-05-11 22:15:40 +05:30
Jeff Thompson
1da5d765e9 clarify text (#34037)
added the to sentences and clarified a question.
2019-05-11 22:14:32 +05:30
Pijus
5e4a364e98 Prime number calculator page expansion (#32132)
* Prime number calculator page expansion

* fix spacing
2019-05-11 22:10:51 +05:30
Nitin Sharma
35c38ce5f4 Simplified language. (#32814)
Simplified the language, removing duplicate phrases.
Also did little formatting.
2019-05-11 22:06:13 +05:30
Shooflower
3938722d13 Corrected grammar/spelling errors (#31402) 2019-05-11 22:01:32 +05:30
Ritaban Datta
272499aa63 Updated recursion (#32505)
Deleted an extra white space
2019-05-11 21:57:53 +05:30
Randy Janecek
23cc43c301 Fixed typo, improved readability. (#32580) 2019-05-11 21:55:33 +05:30
Andrew Rohde
152a73c81a Changed preform to perform (#31731) 2019-05-11 21:48:56 +05:30
Himanshu Patel
2ed6bc9831 Minor grammatical corrections. (#31228) 2019-05-11 21:44:41 +05:30
Chris Steenkamp
77509c6d23 Add examples of creating static and dynamic arrays (#30358)
* Add examples of creating static and dynamic arrays

* fix: changed c++ to cpp
2019-05-11 08:40:41 -07:00
samujjal1618
1c7fbc043e Improved on the Dynamic array description (#27761)
* Improved on the Dynamic array description

* fix: changed c++ to cpp
2019-05-11 08:08:13 -07:00
Parminder Singh
1c669fd568 Graph Algorithms: Added ford fulkerson algorithm for maximum flow (#24481)
* added ford fulkerson algorithm guide

* fix: changed to 2 space indentation
2019-05-10 20:46:26 -07:00
Mahesh Jaganiya
3669ed4238 Added "Intent Services" (#30876)
Added more information in services about intent services.
2019-05-10 20:12:20 -07:00
tess
d2901ac0ae Added Go to list (#31469) 2019-05-10 20:11:50 -07:00
codyteo
0d33020bd0 Elaboration of SAFe configurations (#24838)
Elaborating on Full SAFe, Large Solution SAFe, Portfolio SAFe, and Essential SAFe.
2019-05-10 19:58:04 -07:00
sophiekamuf
d379381458 Add "K-means clustering description" (#24684) 2019-05-10 19:56:16 -07:00
Kyle Lobo
379e76676a Added escape sequences, operators in "terms-to-know-for-beginners" (#28832)
* Added escape sequences, operators in "terms-to-know-for-beginners"

Added extra details/facts about multi-line comments in C++
Also fixed some indentation

* fix: changed c++ to cpp
2019-05-10 17:06:04 -07:00
Justin Thomas
31ff1b08ea Add a section on Decentralized Apps (#31443) 2019-05-10 16:37:03 -07:00
prashantkumar1997
098f9c478e Added reference links section (#29593)
* Added reference links section

* fix: changed c++ to cpp

* fix: changed one extra c++ to cpp
2019-05-10 16:04:50 -07:00