sri vatsav
12ef1b7925
Jump search Code in Java ( #30962 )
...
Code for Jump Search in Java.
2019-07-15 06:22:05 -07:00
Ahmad Abdolsaheb
d24778ceb8
fix: replace imgur URLs with s3 URLs for files with potential conflict ( #36049 )
...
* fix: replace imgur with s3 for files with potential conflict
(cherry picked from commit 4ec62c0e29a64b0288eade45fb510f25c622945a)
* fix/remote extra link
Co-Authored-By: Randell Dawson <5313213+RandellDawson@users.noreply.github.com >
* fix: revert change
2019-06-12 11:19:43 +03: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
balaji3257
0fc73969b3
added navigation to specific algorithms ( #33473 )
2019-03-15 14:15:29 -07:00
Aditya K Kamath
c5e7a9aa78
Fix comparison between sorting and search ( #31149 )
...
* Fix comparison between sorting and search
* fix: changed much to very
2019-02-13 16:21:13 -08:00
Kabir Hossain
2620693b20
example in php added ( #26864 )
...
* example in php added
php example of linear search added
* exmaple in php modified (#4 )
exmaple in php modified
* example in php modified (#6 )
2019-02-13 16:20:15 -08:00
ngutierrez31
e0d97ea3e1
C implementation of linear search ( #26629 )
...
* C implementation of linear search
C implementation of linear search using pointers vs array indexing
* fix: replaced existing c solution
2019-02-13 16:19:21 -08:00
ankur
5181843c25
Add a gif showing binary search and linear search ( #32384 )
2019-02-13 15:39:07 -08:00
Nitin Chauhan
ee9920fbb8
Avoiding overflow in getting mid index in Java ( #25211 )
...
* Avoiding overflow in getting mid index in Java
start + (end - start)/2 is preferable over (start + end)/2 to avoid overflow errors
* Update index.md
2019-02-13 15:37:30 -08:00
Jurica Zuanović
0980393fe5
Spelling fixes ( #27829 )
...
Fix spelling "asceding" to "ascending", "clasical" to "classical", "wikipedia" to "Wikipedia"
2019-01-14 19:24:22 -06:00
Nitin Chauhan
9de5460b92
Using enumerate in Python while looping ( #25221 )
...
* Using enumerate in Python while looping
enumerate follows the zen of Python. enumerate makes the code more readable
* fixed bug in python linear search
2019-01-08 10:02:12 -05:00
Radhika Gulati
c5948f603d
Removed two colons and grammar ( #33055 )
2018-12-19 03:41:09 -05:00
Dhirendra
38eab96ecb
Fix code URL & minor issues ( #24859 )
...
Fix code URL, type & minor issues.
2018-12-13 23:33:29 -05:00
Sameer Bhardwaj
17e712324a
Added best case time complexity ( #25511 )
...
Added best case time complexity along with the best case condition in the time complexity section.
2018-12-05 10:02:01 +05:30
Achint Srivastava
410b54f8c1
Added the code of Linear Search in C Language ( #23405 )
...
* Added the code of Linear Search in C Language
* fix: C example formatting and code
2018-12-03 23:56:19 +05:30
eirinisp
740ffdc839
Fixed grammatical errors ( #25341 )
2018-11-20 14:54:34 +05:30
Siddhartha Anand
8d8dff86f3
Improve grammar for this README.md ( #21419 )
...
Clarify and add more detail to the steps of doing Jump Search.
2018-11-12 07:52:49 -08:00
vgupta3
70fc1ac009
Fixed the binary search equation by changing the 2x to 2^x ( #21389 )
...
Fixed the binary search equation by changing the 2x to 2^x
If we divide N by 2 x times it is supposed to be N/2^x not N/2x
2018-11-10 14:48:35 +07:00
SAKSHI-CHANDEL
b6ad5afb70
Correcting a spelling mistake ( #19845 )
...
* Correcting a spelling mistake
* Formatting and adding missing code
* Removing extra code
* Update index.md
2018-10-26 03:29:30 -06:00
Aditya
7e2e5698a7
fix: removed duplicate ( #19775 )
2018-10-21 14:55:18 -05:00
Bibin Johny
bf760d4508
Update index.md ( #21707 )
2018-10-20 10:14:15 -07:00
Mrugesh Mohapatra
da0df12ab7
fix(guide): simplify directory structure
2018-10-16 21:32:40 +05:30