Discussed Algorithms & Data Structures
November 12, 2022Algorithms and data structures rank among the most crucial components in computer science. We can organize and store data using data structures, and process it meaningfully using algorithms. In cooperation with the department, I studied these two concepts in two semesters (CSE-2101: Data Structure and Algorithm, and CSE-2202: Design and Analysis of Algorithm-I). Since I performed well in both courses, including the labs, I believe that my juniors from CSEDU will benefit from this repository. I tried to comprehend the concept fully and used Java and C++ to implement it from scratch. As I tried to make the code as modular and simple to understand as possible, I felt my codes (There might've been Bugs) might be helpful to others. Since it is a public source, any issues or bug reports, as well as contributions, are gratefully accepted. I intend to continue working on this repository's development in the future. GitHub Repository Link: https://lnkd.in/gxTmBx2p #datastructures #algorithms #development #computerscience #java #github #csedu #implementation

