Sobhan Bera
Sobhan Bera
##### I have used these lines of code to change the colors of errors, warnings, and other virtual text provided by LSP. ```vim hi DiagnosticError ctermbg=NONE ctermfg=NONE guibg=NONE guifg=#F24B42 hi...
**Algorithm/Data Structure**: Counting Sort **Programming Language**: C++ **Difficulty**: ⭐️⭐️⭐️ ### Issue Details #### Description Counting Sort is a linear time sorting algorithm that is particularly efficient when the range of...
**Algorithm/Data Structure**: Counting Sort **Programming Language**: C **Difficulty**: ⭐️⭐️⭐️ ### Issue Details #### Description Counting Sort is a linear time sorting algorithm that is particularly efficient when the range of...
**Algorithm/Data Structure**: Merge Sort **Programming Language**: Python **Difficulty**: ⭐️⭐️⭐️ ## Issue Details **Description**: Merge Sort is a popular and efficient comparison-based sorting algorithm that divides an unsorted list into two...
**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...
**Algorithm/Data Structure**: Linear Search **Programming Language**: C **Difficulty**: ⭐️⭐️ ## Issue Details **Description**: Implement the Linear Search algorithm in C. Linear Search is a simple searching algorithm that sequentially checks...
### Description: There are several algorithms/data-structures that are mentioned there is the README.md file but has not been implemented. - For few of them issues has already been created. -...
**Algorithm/Data Structure**: Selection Sort **Programming Language**: Python **Difficulty**: ⭐️⭐️ **Description**: Implement the Selection Sort algorithm in Python. Selection Sort is a simple comparison-based sorting algorithm that repeatedly selects the minimum...
## Issue Description **Algorithm/Data Structure**: Bogo Sort **Programming Language**: C **Difficulty**: ⭐️⭐️⭐️ ### Description Bogo Sort is a highly inefficient sorting algorithm that serves as an excellent educational tool. It...
**Algorithm/Data Structure**: Selection Sort **Programming Language**: JavaScript **Difficulty**: ⭐️⭐️ **Description**: Implement the Selection Sort algorithm in JavaScript. Selection Sort is a simple comparison-based sorting algorithm that repeatedly selects the minimum...