Commit Graph

14 Commits

Author SHA1 Message Date
notkshitij 2d45b17899 Added python version of Huffman coding, from git repo provided by Prathamesh Patil. 2025-11-05 20:08:52 +05:30
notkshitij 13bebfc613 Added tested code for A5 (n queen) in C++ with sample output, provided by Salvi sir. 2025-11-05 19:13:33 +05:30
notkshitij 5fdb6776e8 Added tested code for A4 (0-1 knapsack) in C++ with sample output, provided by Salvi sir. 2025-11-05 19:12:15 +05:30
notkshitij 871e4e9474 Added tested code for A3 (fractical knapsack) in C++ with sample output, provided by Salvi sir. 2025-11-05 19:11:48 +05:30
notkshitij 51ebf36804 Added sample output in fiboacci code. 2025-11-05 19:11:13 +05:30
notkshitij 493cfbe596 Added sample output in huffman code. 2025-11-05 19:05:15 +05:30
notkshitij 86ae1c2550 Added tested code for A2 (huffman) in C++, provided by Salvi sir. 2025-11-05 19:03:08 +05:30
notkshitij 6dc71e1d77 Added tested code for A1 (fibonacci) in C++, provided by Salvi sir. 2025-11-05 19:02:37 +05:30
notkshitij 77bf4d569d Added Vedang's huffman coding code. 2025-10-12 15:13:52 +05:30
notkshitij 16b452316e Added code for n-queen problem (practical-5). 2025-10-12 15:13:35 +05:30
notkshitij 4896f6782e Added Vedang's 0/1 Knapsack code. 2025-10-12 15:07:14 +05:30
notkshitij 5adfd0301a Added Vedang's fractional knapsack code. 2025-10-12 15:05:47 +05:30
notkshitij 29f8a9dbaf Fixed non-recursive and added recursive fibonacci series. 2025-08-05 11:54:24 +05:30
notkshitij 4a8bdfd8a2 Added code A1 (Fibonacci series without recursion) 2025-08-05 11:16:17 +05:30