Sobhan Bera

Results 18 issues of 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...

good first issue
hacktoberfest
C++

**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...

good first issue
hacktoberfest
C

**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...

good first issue
hacktoberfest
Python

**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...

good first issue
hacktoberfest
C++

**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...

good first issue
hacktoberfest
C

### 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. -...

good first issue
hacktoberfest

**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...

good first issue
hacktoberfest
Python

## 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...

good first issue
hacktoberfest
C

**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...

good first issue
hacktoberfest
JavaScript