ashwanijha04 / ashwanijha04/algorithmslab
Improve Breadth First Search to use the standard libraries.
Open
Hacktoberfest
help wanted
- Dominant language
- C++
- Stars
- 0
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
Update BFS.cpp to use STL instead of the array implementation
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by inspecting BFS.cpp to identify the current array-based breadth-first search implementation and the standard-library facilities already used nearby. Replace the array implementation with STL usage while preserving BFS behavior; the work is done when BFS.cpp no longer relies on the array implementation and the program still builds and runs correctly.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- tooling
- Issue type
- Refactor
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100