20 Commits

Author SHA1 Message Date
notkshitij 21eac5a235 Added counter for iterative+recursive function and fixed logic for iterative fibonacci in code a1 (c++) 2025-11-06 22:11:00 +05:30
notkshitij ab568b290b Moved optimized fibonacci code to python directory in codes. 2025-11-06 15:30:43 +05:30
notkshitij 1cd69b32e7 Added basic fibonacci code in python (code-a1) 2025-11-06 15:29:43 +05:30
notkshitij fbaf0330da Renamed code-a1. Appended optmized. 2025-11-06 15:28:10 +05:30
notkshitij c27d224e93 Renamed huffman code to huffman coding in C++ directory. 2025-11-05 20:15:40 +05:30
notkshitij a39a53ea90 Added python version of n-queen problem, from git repo provided by Prathamesh Patil. 2025-11-05 20:09:23 +05:30
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