Ayaan Khan
8067850dfa
Merge pull request #942 from sprintyaf/fibonacci_search
...
Added Fibonacci search
2020-07-10 21:54:40 +05:30
Krishna Vedala
02d947777b
[enhancement] Replace cpplint with clang-tidy ( #943 )
...
* test commit for using clang-tidy instead of cpplint
* add suffix -- to clang-tidy & commit
* fixes to git commit
* commenting redundant clang-format as clang-tidy will take care of that
* add clang-tidy config file
* use clang-tidy config file
* test dump config to ensure config is read correctly
* move test to top
* test passed, removing test code
Test link: https://github.com/TheAlgorithms/C-Plus-Plus/pull/943/checks?check_run_id=851231578
* fix clang-tidy config
* set clang-tidy standard to c++11
* provide clang-tidy with compilation details
* fix build path argument & Use clang-9
(cherry picked from commit 5eddf0cd9536f328a6a3485b5ed59705618a1433)
* Merge commit '433568f9fa7c3e7f1b2e0c86c1864e92ad2668c8'
* Use clang-9
* fix subprocess.STDOUT
* remove pipe for stdout
* bumot o clang-tidy-10
* Revert "Merge commit '433568f9fa7c3e7f1b2e0c86c1864e92ad2668c8'"
This reverts commit 2a7462056a
.
* add docs
2020-07-10 11:32:37 -04:00
sprintyaf
58099884dd
comments added
2020-07-10 19:13:16 +04:00
Rajiv Ranjan Singh
ebd13a7e24
Improved sieve_of_eratosthenes.cpp ( #933 )
...
* Update sieve_of_eratosthenes.cpp
* removed unwanted spaces
* removed init function
Co-authored-by: Krishna Vedala <7001608+kvedala@users.noreply.github.com>
2020-07-10 11:02:59 -04:00
Krishna Vedala
bf2dac6de2
enable gitpod for all branches
2020-07-10 10:43:05 -04:00
Krishna Vedala
497d627ebd
[improvement] updated contribution guidelines ( #945 )
...
* updated contribution guidelines
* fix case
2020-07-09 18:15:05 -04:00
enqidu
bba0db36ec
sk
2020-07-08 20:47:43 +04:00
enqidu
4ce394e38d
Merge branch 'skip_list' of https://github.com/enqidu/C-Plus-Plus into skip_list
2020-07-08 20:46:53 +04:00
enqidu
a5ca794aa4
sk
2020-07-08 20:46:50 +04:00
enqidu
59a8b3d4a2
Update data_structures/skip_list.cpp
...
Co-authored-by: David Leal <halfpacho@gmail.com>
2020-07-08 20:43:52 +04:00
Krishna Vedala
0e9585d080
remove Copyright from docs
2020-07-08 12:30:13 -04:00
sprintyaf
644524337a
copyright removed
2020-07-07 22:53:12 +04:00
sprintyaf
cf6b77a7dc
rand fixed
2020-07-07 20:45:03 +04:00
sprintyaf
8216a3267f
randomized tests, documentation, back to vector
2020-07-07 20:38:40 +04:00
enqidu
45b21f2871
improve
2020-07-07 20:29:37 +04:00
enqidu
662841bac7
improve
2020-07-07 19:59:54 +04:00
enqidu
1df1e1eabc
improve
2020-07-07 19:58:10 +04:00
enqidu
ea57ad29cd
improve
2020-07-07 19:55:47 +04:00
enqidu
d5b897d40e
improve
2020-07-07 19:22:32 +04:00
enqidu
ac0d11977d
skip_list
2020-07-07 19:17:37 +04:00
enqidu
4cebe7c682
skip_list
2020-07-07 18:21:12 +04:00
enqidu
fd8affb59d
skip_list
2020-07-07 18:20:21 +04:00
enqidu
f7ab869d90
skip list update
2020-07-07 18:16:38 +04:00
sprintyaf
4b3749ed49
variable-length arrays fixed
2020-07-07 17:59:49 +04:00
sprintyaf
8e53f4da83
converted from vector to array
2020-07-07 17:54:55 +04:00
sprintyaf
86c6af46e8
doxygen documentation and tests added
2020-07-07 17:27:45 +04:00
enqidu
dcdebae395
skip-list documentation-polish
2020-07-07 17:24:13 +04:00
enqidu
5068ddc14d
skip-list documentation-polish
2020-07-07 16:55:52 +04:00
enqidu
ba65d559c5
skip-list documentation-polish
2020-07-07 16:51:47 +04:00
enqidu
2fc0d5bffe
skip-list corrected
2020-07-07 16:40:47 +04:00
enqidu
8e99383dbf
skip_list
2020-07-07 15:13:01 +04:00
sprintyaf
1002126449
min function corrected
2020-07-07 15:05:07 +04:00
sprintyaf
363f43c942
min function implemented
2020-07-07 14:57:57 +04:00
enqidu
910180ff21
skip_list
2020-07-07 14:54:44 +04:00
enqidu
420915fa0d
skip_list
2020-07-07 14:48:30 +04:00
sprintyaf
2c3d72b102
Added fibonacci search
2020-07-07 14:38:58 +04:00
enqidu
2fb95a2bf3
skip_list
2020-07-07 14:29:08 +04:00
enqidu
f13964cab2
skip-list
2020-07-07 14:04:44 +04:00
enqidu
2c6b8c3bf7
skip_list
2020-07-07 13:46:52 +04:00
enqidu
94338f527b
skip_list
2020-07-07 13:43:27 +04:00
enqidu
ec04afc54f
added skip-list
2020-07-07 13:34:13 +04:00
enqidu
d11e8cb40a
added skip_list.cpp
2020-07-07 13:30:42 +04:00
github-actions
5baf1ad89f
formatting source-code for 247301c5b5
2020-07-02 12:48:35 +00:00
Krishna Vedala
247301c5b5
Merge pull request #927 from tjgurwara99/master
...
docs: fixed some documentation issues
2020-07-02 08:47:57 -04:00
Krishna Vedala
9afdd4a309
Merge pull request #930 from kvedala/fixes/929_pull
...
[fixes] issues from #929
2020-07-01 13:28:06 -04:00
Krishna Vedala
390ee8428e
fix to upper case
2020-07-01 13:08:41 -04:00
Krishna Vedala
4045bcddf3
verb correction
2020-07-01 13:05:52 -04:00
Krishna Vedala
84fd1cb0d0
small case 'e'
...
Co-authored-by: Ayaan Khan <ayaankhan98@gmail.com>
2020-07-01 13:04:54 -04:00
Krishna Vedala
fed7dd1c13
improved self-tests
2020-07-01 12:37:54 -04:00
Krishna Vedala
69b5c8395a
better rendering of example steps
2020-07-01 10:36:08 -04:00