Jyoti Singh
3c7339e59c
chore(CPlusPlus): add redundant parenthesis ( #946 )
...
* Redundant parenthesis in cpp completed
* Update README.md
2022-10-08 14:19:57 +05:00
Pravar Anu
07c44c1843
chore(CPlusPlus) : add reverse linked list ( #942 )
2022-10-06 13:31:13 -04:00
KARTIKEY SINGH
9b6d8e0b77
chore(CPlusPlus): add detecting a cycle in a graph ( #862 )
...
* Add files via upload
* Delete Detecting a cycle in a graph (Using three color mechanism).cpp
* Create detecting-cycle-in-a-graph-using-three-color-mechanism.cpp
* Update detecting-cycle-in-a-graph-using-three-color-mechanism.cpp
* Update detecting-cycle-in-a-graph-using-three-color-mechanism.cpp
* Update README.md
2022-10-06 18:45:10 +05:30
AMIT KUSHWAHA
c6a454590d
chore(CPlusPlus): add sliding windows ( #853 )
2022-10-04 16:05:38 -04:00
Devang-Shah-49
b67f5e1786
chore(CPlusPlus): add n-queens backtracking algorithm ( #812 )
...
Co-authored-by: Arsenic <54987647+Arsenic-ATG@users.noreply.github.com>
2022-09-28 18:14:20 -04:00
Mohnish Deshpande
88b0e15b52
chore(CPlusPlus): add binary power on maths algorithm ( #810 )
...
Co-authored-by: angshudas <offangshudas123@gmail.com>
Co-authored-by: Mohnish Deshpande <mohnish@pop-os.localdomain>
2022-09-01 11:40:21 -04:00
angshudas
a68c012fea
chore(CPlusPlus): add prim's graph algorithm ( #816 )
...
Co-authored-by: angshudas <offangshudas123@gmail.com>
Co-authored-by: Ming Tsai <37890026+ming-tsai@users.noreply.github.com>
2022-09-01 11:39:18 -04:00
Mohit Chakraverty
3a11c6328b
Merge pull request #818 from ssandra102/add-new-code
...
chore(CPlusPlus): add sparse matrix
2022-09-01 18:12:36 +05:30
Sandra
3a65798024
updated readme
2022-09-01 16:40:53 +05:30
Mosab Mohamed
788c04c926
Open chore(CPlusPlus): add Floyd Warshall algorithm ( #791 )
2022-08-30 19:31:17 -04:00
Ashad
e42f4bb0b1
chore(CPlusPlus): add reverse number algorithm ( #789 )
...
Co-authored-by: Arsenic <54987647+Arsenic-ATG@users.noreply.github.com>
2022-08-11 14:52:36 -04:00
Aarushi Maurya
e49aea4487
chore(CPlusPlus): add print all nodes at a level on trees ( #696 )
...
Co-authored-by: Ming Tsai <37890026+ming-tsai@users.noreply.github.com>
Co-authored-by: Rahul Rajeev Pillai <66192267+Ashborn-SM@users.noreply.github.com>
2022-04-01 15:00:29 -04:00
Nokhalal Mahato
6d91e800be
chore(CPlusPlus): add number system ( #714 )
...
Co-authored-by: Arsenic <54987647+Arsenic-ATG@users.noreply.github.com>
2022-03-29 08:45:50 -04:00
Helena He
a1eff4fc8b
chore(CPlusPlus): add cycle detection ( #686 )
2022-03-01 09:01:18 -04:00
ryanoliverdev
1b5bd0b1eb
chore(CPlusPlus): add sum of right leaves in binary tree ( #689 )
2022-02-28 09:30:01 -04:00
Aarushi Maurya
825685dcce
chore(CPlusPlus): add fibonacci ( #703 )
2022-02-23 09:14:56 -04:00
stutimohta20
3b22e9c5e4
chore(CPlusPlus): add prefix to postfix stacks ( #674 )
...
Co-authored-by: Ming Tsai <37890026+ming-tsai@users.noreply.github.com>
Co-authored-by: Rahul Rajeev Pillai <66192267+Ashborn-SM@users.noreply.github.com>
2022-02-07 11:06:12 -04:00
manekasingh05
564b5db025
chore(CPlusPlus): add max and min average ( #631 )
...
Co-authored-by: Ming Tsai <37890026+ming-tsai@users.noreply.github.com>
2022-01-17 14:37:19 -04:00
DEBJIT
efe35f5321
chore(CPlusPlus): add stock span problem ( #649 )
...
Co-authored-by: Arsenic <54987647+Arsenic-ATG@users.noreply.github.com>
2021-12-13 14:36:34 -04:00
Samruddhi Ghodake
5d8fbc07b5
chore(CPlusPlus): add linear search for recursion and two dimension array ( #630 )
2021-11-12 20:33:29 -04:00
Samruddhi Ghodake
79efa7a0dc
chore(CPlusPlus): add longest common prefix and first unique character ( #619 )
2021-11-01 08:59:06 -04:00
RulerOfCakes
33313e347a
chore(CPlusPlus): add dijkstra graphs ( #625 )
2021-10-29 20:12:13 -04:00
Ekta kanojia
bc11c85267
chore(CPlusPlus): add next permutation ( #621 )
2021-10-27 08:58:31 -04:00
Priyansh Kumar
e8e60ed18e
chore(CPlusPlus): add totient function ( #549 )
...
Co-authored-by: Arsenic <54987647+Arsenic-ATG@users.noreply.github.com>
2021-10-22 14:29:50 -04:00
Ekta kanojia
07d05b2c88
chore(CPlusPlus): add merge two sorted in array ( #612 )
...
Co-authored-by: Ming Tsai <37890026+ming-tsai@users.noreply.github.com>
2021-10-22 09:14:52 -04:00
Ekta kanojia
5098737c64
chore(CPlusPlus): add three sum ( #595 )
...
Co-authored-by: Ming Tsai <37890026+ming-tsai@users.noreply.github.com>
2021-10-22 09:04:01 -04:00
shefali kanojia
2dddebc516
chore(CPlusPlus): add index of smallest element in array ( #584 )
...
Co-authored-by: Ming Tsai <37890026+ming-tsai@users.noreply.github.com>
2021-10-22 09:00:43 -04:00
Manas Tiwari
c152e76522
chore(CPlusPlus): add smallest-possible-sum ( #555 )
2021-10-22 08:58:06 -04:00
Ellika Mishra
cb60762c39
chore(CPlusPlus): trie datastructure for searching added ( #578 )
2021-10-21 08:45:10 -04:00
Vinaya S Rao
2f6eece500
chore(CPlusPlus): add move zeros to end program ( #563 )
...
Co-authored-by: Ming Tsai <37890026+ming-tsai@users.noreply.github.com>
2021-10-19 09:27:33 -04:00
Samruddhi Ghodake
96c9f520fb
chore(CPlusPlus): add even no of digits ( #579 )
...
Co-authored-by: Arsenic <54987647+Arsenic-ATG@users.noreply.github.com>
2021-10-19 09:03:20 -04:00
MONIKA CHAUHAN
2f858d38ce
chore(CPlusPlus): add kadane for array ( #558 )
...
Co-authored-by: Ming Tsai <37890026+ming-tsai@users.noreply.github.com>
2021-10-17 14:42:14 -04:00
Samruddhi Ghodake
f85160e131
chore(CPlusPlus): add recursion programs - part 2 ( #574 )
2021-10-15 09:08:10 -04:00
Puneet Goel
228d6e3615
chore(CPlusPlus): add segmented sieve for range ( #535 )
...
Co-authored-by: Ming Tsai <37890026+ming-tsai@users.noreply.github.com>
2021-10-15 09:07:26 -04:00
Samruddhi Ghodake
2c9de0ed94
chore(CPlusPlus): add recursion programs ( #559 )
...
Co-authored-by: Ming Tsai <37890026+ming-tsai@users.noreply.github.com>
2021-10-13 08:46:40 -04:00
Anudeep
50bfffbc37
chore(CPlusPlus): add smallest-possible-sum ( #560 )
2021-10-13 08:43:44 -04:00
Puneet Goel
bd97f4e0b4
chore(CPlusPlus): add Recursive Prime Checker ( #548 )
...
Co-authored-by: Ming Tsai <37890026+ming-tsai@users.noreply.github.com>
Co-authored-by: Ujjwal <75884061+UG-SEP@users.noreply.github.com>
2021-10-12 12:30:10 -04:00
Priyansh Kumar
399383294c
chore(CPlusPlus): add maximum sum rectangle ( #550 )
...
Co-authored-by: Ming Tsai <37890026+ming-tsai@users.noreply.github.com>
2021-10-12 08:45:18 -04:00
Krishan Kant Agnihotri
aa717b0f5c
chore(CPlusPlus): add Fenwick Tree ( #542 )
...
Co-authored-by: Ming Tsai <37890026+ming-tsai@users.noreply.github.com>
2021-10-11 09:02:30 -04:00
Priyansh Kumar
d048d9ab51
chore(CPlusPlus): add coin change problem ( #552 )
2021-10-11 08:51:28 -04:00
Ming Tsai
e08d853601
docs: replace ordered lists to unordered lists ( #551 )
2021-10-09 11:06:25 -04:00
Akanksha Shukla
cf7a713fd9
chore(CPlusPlus): add matrix multiplication ( #527 )
2021-10-08 08:59:37 -04:00
Krishan Kant Agnihotri
4b7a342198
chore(CPlusPlus): add iterative segment tree ( #521 )
2021-10-07 14:47:14 -04:00
kumarsyadav2
779a37f83a
chore(C): add palindrome program ( #504 )
...
Co-authored-by: Rahul Rajeev Pillai <66192267+Ashborn-SM@users.noreply.github.com>
Co-authored-by: Ming Tsai <37890026+ming-tsai@users.noreply.github.com>
2021-10-07 09:10:14 -04:00
kumarsyadav2
213aa584fa
chore(CPlusPlus): add program to find prime number ( #500 )
...
Co-authored-by: Rahul Rajeev Pillai <66192267+Ashborn-SM@users.noreply.github.com>
Co-authored-by: Rahul Rajeev Pillai <66192267+Ashborn-SM@users.noreply.github.com>
2021-10-06 14:38:41 -04:00
Madhan Murugan
8ff7a253ed
chore(CPlusPlus): added boyer moore for pattern searching ( #512 )
2021-10-06 13:27:10 -04:00
Manas Tiwari
0fbb9b7138
chore(CPlusPlus): add stacks problem infix to postfix conversion ( #514 )
2021-10-06 13:24:37 -04:00
Samruddhi Ghodake
6416651300
chore(CPlusPlus): display longest name ( #517 )
2021-10-05 14:06:14 -04:00
Samruddhi Ghodake
f05e993bdd
chore(CPlusPlus): added search insert position ( #508 )
...
Co-authored-by: Rahul Rajeev Pillai <66192267+Ashborn-SM@users.noreply.github.com>
2021-10-04 08:36:01 -04:00
Samruddhi Ghodake
43e122cb9b
chore(CPlusPlus): added math factorial ( #499 )
2021-10-01 15:32:16 -04:00