Commit Graph

17 Commits (755466765bf5315708975e1ee2a1146497be6fd9)

Author SHA1 Message Date
Kyle Lobo d4cceea449 Added a C language example in "Queues" (#28754) 2019-06-27 18:56:17 -07:00
Christian Coffey fb0c6813ac Explained top() and dynamic data structures (#30618)
* Explained top() and dynamic datastructures

Added a brief description of the top() function as there was none. Also talked about the application of dynamic data structures in the implementation of a stack.

* fix: changed c++ to cpp
2019-06-11 20:14:02 -07:00
Kyle Lobo 9252cbb998 Added example for stack using C++ STL in "Stacks" (#28814)
* Added example for stack using C++ STL in "Stacks"

* fix: changed c++ to cpp
2019-06-11 18:44:41 -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
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
Prab 07fcc0401f Updated Open Addressing section (#30978)
* Updated Open Addressing section

Added a further disadvantage of Open Addressing

* fix: reworded sentence
2019-03-23 15:45:56 -07:00
LB 185cbf1138 Minor edits and implementation types (#28835) 2019-03-23 15:11:26 -07:00
Andrew Mackie 87f04caf82 Fixed typos and added a reference. (#27451) 2019-03-03 08:14:07 -08:00
Aaron Fox cd0bf772e1 Added linked list time complexity table (#28086) 2019-02-23 14:51:00 -08:00
Alyssa Dang d15570b4f5 Update index.md (#24701)
Simplified the definition
2018-12-09 01:07:30 +05:30
Siddhartha Anand 8e00c2ff1e Add reversing a list point. (#23040)
Add reversing a linked list code in Java.
2018-11-29 17:46:18 -07:00
Varun kumar e68084401d add code for createNode function (#22472) 2018-11-24 09:48:21 +00:00
Varun kumar ad4d7c72b2 add delete function (#22404)
Added a delete function in the implementation part.
2018-11-24 15:24:22 +07:00
Aheli Ghosh 753198b795 added some information on trees. (#21785)
* added some information on trees.

* fixed formatting
2018-11-17 09:12:29 -07:00
samujjal1618 73424f26ed Typo fixes to the file (#25442) 2018-11-14 21:23:48 +05:30
Ankush Soni 6895c3c994 update the entered changes (#19987) 2018-10-26 22:51:58 -05:00
Mrugesh Mohapatra da0df12ab7 fix(guide): simplify directory structure 2018-10-16 21:32:40 +05:30