Commit Graph

69 Commits

Author SHA1 Message Date
Aaron Fox
e658f50679 Added section on Tabulation vs Memoization (#28093) 2019-04-16 10:27:15 -07:00
Ankit Mathur
1c5e0c93b3 Correcting grammatical errors (#33530)
* correcting grammatical mistakes in dynamic programming section
2019-04-13 22:35:21 +05:30
15jacobj
532385692a Changed from stub into short article (#25544)
* Changed from stub into short article

I have now added some content to this page. It is pretty much fully functional, but more detail could be added.

* Remove template code and resource

Resources are not under fCC's control, removed image
2019-04-09 15:03:36 +05:30
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
Tiffany Levison
a29c364d24 Added links to system categories. (#27650) 2019-03-27 22:54:01 +05:30
DESR95
c859c9c279 sentence fix on line 12 (#33230)
Inserted "the" in sentence "In (the) 21st century, computer science has become a backbone for every technological leap we take forward.
2019-03-27 22:16:05 +05:30
Rajat Saxena
4bb213549a Added subdisciplines for 'Software Engineering' (#29561) 2019-03-27 22:15:36 +05:30
Jiewei
7e69a4e791 Change paragraph and spelling error (#28215)
Changed "Today, if you attend an undergraduate computer science course, you will learn about both hardware and software. You'll learn how computers work at a low level of abstraction (machine language) and at a high level of abstraction (modern scripting languages like JavaScript)." to "Students who are interested in computer science will first learn about both hardware and software. It is important to learn how computers work at a low level of abstraction (machine language) and at a high level of abstraction (modern scripting languages like JavaScript) because it will help individuals understand computer science intuitively." This change emphasizes the importance of what students are learning today and why it is important.
2019-03-27 22:15:13 +05:30
Vocaoson
1c10c4e43d Change (#29124) 2019-03-23 22:15:33 -07:00
alicecallejas
d73026e405 add definitions (#31579)
* add definitions

What's a CPU? Provide a definition for beginners?
Add full acronym names, and what they stand for

* fix: reworded sentence
2019-03-23 17:01:39 -07:00
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
Tareq K
77ec049479 Added some information about complex responses (#33911) 2019-03-15 13:12:11 +05:30
Tom
65c3188fd7 Fix/remove stubs on filled articles (#35506) 2019-03-06 01:57:17 +05:30
PsiActual
078e51959a Added additional resource links and corrected punctuation (#32149) 2019-03-05 08:06:56 -08:00
KartikSoneji
117c10b8de Added note on eval, and small changes (#31231)
* Added note on eval, and small changes

* Added Syntax Error handling for Compiled and Interpreted Languages

* Corrected Syntax error to semantic error.
2019-03-04 13:06:29 -08: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
heymanpreet
2c1fbfea28 Added expansion of translation phase (#30314) 2019-02-23 14:47:25 -08:00
Praedor
61618d1e95 Corrected Grammar Mistake (#27225)
Acronyms are meant to be capitalized and (optional) periods between letters.
2019-02-23 14:44:43 -08:00
Jeremy Nofs
91684b8bf8 Change Byte to byte (#29667) 2019-02-14 11:11:24 -08:00
czakarian
ec3e5df3b9 Update index.md examples with more detail (#26176) 2019-02-14 10:52:55 -08:00
Who is my Name!
68cb8f7c5f extended the port list, add (mostly) all official ports (#33984)
from https://en.wikipedia.org/wiki/List_of_TCP_and_UDP_port_numbers
2019-02-06 14:43:59 -07:00
Ulf Swedin
bf585c0ae9 Some spelling corrections, is > are (#32039) 2019-02-06 14:30:10 -07:00
punit78
6b38bb4959 added new ports (#30921) 2019-02-06 14:28:33 -07:00
Viplav K
1d524f9746 Update index.md fix typos and extra information (#24902)
* Update index.md

* fix: corrected a few typos
2019-01-25 23:33:33 -08:00
xAtlasIX
d7a482ae3c Update index.md (#26797)
Cleaned up some markdown and grammar.
2019-01-14 22:27:01 -05:00
DaciteRocks
6cad51d70e Delete duplicate "visualization of data structures" (#25571)
* Delete duplicate "visualization of data structures"

* Fixed heading formatting
2018-12-21 21:47:09 -05:00
Christian Coffey
2d0a63c9e0 Added Resource Allocation Graphs (#30118)
Added an explanation about resource allocation graphs, and how a deadlock can be determined from one. Created a hyperlink to a separate page that goes into more detail about these types of graphs.
2018-12-20 16:12:20 -07:00
15jacobj
057a4ee4af Minor text changes (better explains some concepts, typographical errors etc) (#24715) 2018-12-16 19:29:29 -05:00
Otis
11ff0fcc58 Update index.md (#24784) 2018-12-13 14:06:45 -08:00
Alyssa Dang
d15570b4f5 Update index.md (#24701)
Simplified the definition
2018-12-09 01:07:30 +05:30
ch1771dr0b0
79c2e920fd Added Introduction to Parallel Computing book url (#23746) 2018-12-07 04:14:58 -05:00
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
SoMike
c847846d66 Made several grammatical changes (#23359)
Changed " are happened in managed heap. which takes care" to "happens in managed heap, which is taken cared of" and  "where ever" to "wherever" on line 15 to make grammatical sense. 
 Modified "than the C. Since, in C the memory need" to " in C since the memory needs to be searched and allocated".
2018-11-25 18:30:47 +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
Shad Ahmad Zaidi
e7d0f30d97 Added more details about database (#22570)
Added little info about tables, records, fields, relationship.
2018-11-23 07:13:31 -06:00
Bearz314
2c865d57e2 Added example on API Tokens (#22460)
* Added info on API Tokens

Added some information on what tokens are.

* Added code to demonstrate access token

Added sample CURL code from Dropbox to illustrate the use of access token.
2018-11-22 06:52:02 -06:00
sirhung1993
c2633cdefa Add foreign key definition and example (#22388)
* Add foreign key definition and example

A very basic foreign key definition and example

* Fix typo as recommended

Line 66: as @nik recommendation
Line67: fix plural nouns

* grammar
2018-11-21 14:32:10 -07:00
noodleWrecker7
c7175946bc Fixed a spelling error (#25646) 2018-11-21 22:27:12 +05:30
raghavbhartia
81178d2344 Added few advantages of event driven architecture (#22389) 2018-11-21 08:56:36 -06:00
Travis Clark
45a02989bc Add links to More Information section (#21501)
* Add links to More Information section

Added two links to More Information section. One to a MIPS emulator and one to a helpful tutorial.

* Applied suggested changes
2018-11-17 16:40:18 -05: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
Jan
83fa9b8563 added link to wiki (#23675) 2018-11-17 15:41:48 +05:30
jlewismith
c13673f538 Add/remove commas as appropriate. (#21768) 2018-11-15 09:36:00 -06:00
Bearz314
006869f41f Added explanation on hex to decimal conversion (#21747)
Added an example conversion from hex to decimal, along with an analogy to decimal system.
2018-11-15 07:50:27 -06:00
samujjal1618
73424f26ed Typo fixes to the file (#25442) 2018-11-14 21:23:48 +05:30
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
Spooky9
9a3b8beb36 Update misspelled word "adjascent" to "adjacent" (#21717) 2018-11-06 03:37:44 -05:00