Skip to content

issues Search Results · repo:kelvins/algorithms-and-data-structures language:Python

Filter by

40 results
 (62 ms)

40 results

inkelvins/algorithms-and-data-structures (press backspace or delete to remove)

We need to implement the Cocktail Shaker Sort algorithm in our sorting library. This algorithm is a variation of the Bubble Sort that sorts a list by traversing it in both directions, allowing it to efficiently ...
  • akshayram1
  • 1
  • Opened 
    on Oct 4, 2024
  • #352

There are different types of Fibonacci implementations in different languages. Sometimes multiple implementations in the same file. We could use the same approach used by Min and Max and split it into ...
good-first-issue
hacktoberfest
help wanted
  • kelvins
  • 2
  • Opened 
    on Oct 12, 2023
  • #263

Add ring buffer algorithm (circular buffer), ref: https://en.wikipedia.org/wiki/Circular_buffer Related to https://github.com/kelvins/Algoritmos-e-Estruturas-de-Dados/issues/97
hacktoberfest
help wanted
  • kelvins
  • 3
  • Opened 
    on Oct 5, 2023
  • #231

- [x] Improve contribution guidelines (CONTRIBUTING.md), including step-by-step instructions on how to make changes, validate them and open a PR. - [x] Add a link to the CODE-OF-CONDUCT.md document. ...
  • kelvins
  • 1
  • Opened 
    on Oct 5, 2023
  • #230

I recently added new SVG logos to a logos folder in the project root. It would be nice to update all SVG links from the README.md to point to these new logos.
good-first-issue
hacktoberfest
help wanted
  • kelvins
  • 3
  • Opened 
    on Oct 5, 2023
  • #228

While using dark mode on Github, the Rust icon is unnoticeable, which gives the impression that the exercise is missing the Rust implementation. Tried to use inline CSS in this PR, but it s not ideal ...
help wanted
  • leandronsp
  • 2
  • Opened 
    on Oct 3, 2023
  • #224

Some algorithms have author signature, like this one: img width= 301 alt= image src= https://github.com/kelvins/Algoritmos-e-Estruturas-de-Dados/assets/1009397/b797455e-361d-47b1-b2c5-652235461297 I ...
good-first-issue
hacktoberfest
help wanted
  • kelvins
  • 4
  • Opened 
    on Sep 28, 2023
  • #210

Error : m.c: In function ‘Dijkstra’: m.c:42:5: error: unknown type name ‘bool’ 42 | bool visitados[n]; // Variável que guarda true para os vértices visitados | ^~~~ m.c:37:1: note: ‘bool’ is defined in ...
  • BDadmehr0
  • 1
  • Opened 
    on Sep 24, 2023
  • #203

Please help translate the algorithms and comments in Kotlin from Portuguese to English, as this would help increase the visibility of the repository, and it s the standard used by the company/people. ...
good-first-issue
hacktoberfest
help wanted
  • ricardocarva
  • 1
  • Opened 
    on Sep 19, 2023
  • #190

Please help translate the algorithms and comments in Scala from Portuguese to English, as this would help increase the visibility of the repository, and it s the standard used by the company/people. -- ...
good-first-issue
hacktoberfest
help wanted
  • ricardocarva
  • 1
  • Opened 
    on Sep 19, 2023
  • #189
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub