Sobhan Bera
Sobhan Bera
**Algorithm/Data Structure**: Depth-First Search (DFS) **Programming Language**: C **Difficulty**: ⭐️⭐️⭐️ ### Issue Details **Description**: Implement the Depth-First Search (DFS) algorithm in C. DFS is a fundamental graph traversal algorithm that...
The main Readme.md file has few tables that contains detail of what algorithms/data-structures are available in this repo. I want someone to keep updating the Readme.md in regular interval.
**Algorithm/Data Structure**: Selection Sort **Programming Language**: C **Difficulty**: ⭐️⭐️ ## Issue Details **Description**: Implement the Selection Sort algorithm in C. Selection Sort is a simple comparison-based sorting algorithm that repeatedly...
### Issue Details **Algorithm/Data Structure**: Breadth-First Search (BFS) **Programming Language**: C **Difficulty**: ⭐️⭐️★★★ #### Requirements - Implement the BFS algorithm in C. - Ensure that your code is well-documented and...
**Algorithm/Data Structure**: Linear Search **Programming Language**: Golang **Difficulty**: ⭐️⭐️ ## Issue Details **Description**: Implement the Linear Search algorithm in Golang. Linear Search is a simple searching algorithm that sequentially checks...
**Algorithm/Data Structure**: Depth-First Search (DFS) **Programming Language**: Python **Difficulty**: ⭐️⭐️⭐️ ## Issue Details **Description**: Implement the Depth-First Search (DFS) algorithm in Python. DFS is a fundamental graph traversal algorithm that...
### Improved the UI of Create Post Page. And more pages to go... I will add screenshots of the updated UI as they get implemented on a real-time basis. **NOTE**:...
### Version 0.14.18 ### Operating System macOS ### Distribution Method dmg (Mac OS - Apple Silicon) ### Describe the issue After committing and pushing code, making further local changes sometimes...