Commit Graph

20 Commits

Author SHA1 Message Date
Mann Patel
ddf777fcad Update data_structures/sparse_table.cpp
Co-authored-by: Ayaan Khan <ayaankhan98@gmail.com>
2021-06-06 18:05:58 +05:30
Mann Patel
d5e4364db7 Update data_structures/sparse_table.cpp
Co-authored-by: David Leal <halfpacho@gmail.com>
2021-06-06 10:25:39 +05:30
Mann Patel
5bec761756 changing datatypes of certain variables 2021-06-06 04:49:58 +00:00
Mann Patel
ed1d09f71b changed int data type for non-negative numbers 2021-06-06 04:35:35 +00:00
Mann Patel
080a19d9ed Update data_structures/sparse_table.cpp
Co-authored-by: David Leal <halfpacho@gmail.com>
2021-06-06 09:38:20 +05:30
Mann Patel
6b4e708108 Update data_structures/sparse_table.cpp
Co-authored-by: David Leal <halfpacho@gmail.com>
2021-06-06 09:37:09 +05:30
Mann Patel
0174386c01 Update data_structures/sparse_table.cpp
Co-authored-by: David Leal <halfpacho@gmail.com>
2021-06-06 09:36:52 +05:30
Mann Patel
f3490a3c19 changes in variable and struct descriptions 2021-06-06 03:54:13 +00:00
Mann Patel
1c23618dfe minor changes in file info
suggested changes

Co-authored-by: David Leal <halfpacho@gmail.com>
2021-06-06 08:37:35 +05:30
Mann Patel
d6d2c529c3 minor changes in file info
suggested changes

Co-authored-by: David Leal <halfpacho@gmail.com>
2021-06-06 08:36:58 +05:30
Mann Patel
2f3e242c38 minor changes in file info
suggested changes

Co-authored-by: David Leal <halfpacho@gmail.com>
2021-06-06 08:36:06 +05:30
Mann Patel
b2c961a0e3 changed comment
suggested changes

Co-authored-by: David Leal <halfpacho@gmail.com>
2021-06-06 08:34:48 +05:30
Mann Patel
b61936f354 fixed test() info to Doxygen standards.
suggested changes

Co-authored-by: David Leal <halfpacho@gmail.com>
2021-06-06 08:33:52 +05:30
Mann Patel
495a7d1fa7 fixed author name
suggested changes

Co-authored-by: David Leal <halfpacho@gmail.com>
2021-06-06 08:32:35 +05:30
Mann Patel
4e95217016 fixed header postion
suggested change

Co-authored-by: David Leal <halfpacho@gmail.com>
2021-06-06 08:31:08 +05:30
Mann Patel
adc78a823a fixed to clang-format 2021-06-04 20:19:40 +00:00
Mann Patel
de84c4a42b added header comments 2021-06-04 20:18:18 +00:00
Mann Patel
8c6adba575 minor change: remove bits/stdc++ header 2021-06-04 20:10:26 +00:00
Mann Patel
759f41896e fixed: clang-tidy warnings 2021-06-04 20:06:27 +00:00
Mann Patel
78023aba68 feat: add spare table data structure
Added implementation of sparse table for a 'duplicate invariant function'. Implementation of min(a1,a2...,aN) being the duplicate invariant function is done.
2021-06-05 01:06:09 +05:30