Commit Graph

129 Commits (550e317a63a7eef5575ea23828a559cae8a80507)

Author SHA1 Message Date
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
Dakshit Chopra 31fae0cfdc
chore(CPlusPlus): add infix to prefix (#858) 2022-10-06 11:23:44 -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
Ankit Gupta 25f3e9dcae
chore(CPlusPlus): add even odd algorithm (#876)
* Added Check-Even-Odd Algo

* Spell-Check Failed error fixed

Co-authored-by: en1gm479 <spydergup@gmail.com>
2022-10-05 14:06:04 +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
Sandra b5aaf761e3 add tupple form 2022-08-28 23:12:51 +05:30
Sandra 005af5d471 add-new-file 2022-08-25 11:54:32 +05:30
Mohnish Deshpande f4353ff2a4
enh(CPlusPlus): update comment of binary search (#807) 2022-08-20 11:50:26 -04:00
Ming Tsai d34acc78b0 docs: fix typos 2022-08-20 11:48:26 -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
Rakshit Gondwal 7985059f7d
enh(CPlusPlus): add binary search (#777)
Improved the code by adding the explanation of using  (l + (r - l)) rather than using (l - r) while searching for the mid element.
2022-07-19 19:09:09 -04:00
Ankit Gupta bacaa04f5a
fix(CPlusPlus): number system links (#762)
Co-authored-by: en1gm479 <spydergup@gmail.com>
2022-06-05 14:00:06 -04:00
Shivam Patel 158d8c0d49
enh(CPlusPlus): add helps function on kruskal algorithm (#731)
Co-authored-by: Shivam Patel <shivampatel@Shivams-Air.attlocal.net>
2022-04-04 08:42:55 -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
Pablo 65caa7adf9
enh(CPlusPlus): fix indent stock span problem (#673) 2022-01-19 09:30:46 -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
Darshan Trivedi f97cb54a2e
enh(CPlusPlus): add missing space to power-of-two maths (#667)
Co-authored-by: Rahul Rajeev Pillai <66192267+Ashborn-SM@users.noreply.github.com>
Co-authored-by: datshan-trivedi-10 <dbtrivedi03@gmail.com>
2022-01-13 08:59:14 -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