Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

ajay-dhangar/algo

github-actions[bot] created a review on a pull request on ajay-dhangar/algo
πŸŽ‰ Great job, @Shantnu-singh! Thank you for submitting your pull request. We appreciate your contribution, and our team will review it shortly.<p></p>

View on GitHub

Shantnu-singh opened a pull request on ajay-dhangar/algo
Added XGBoost in machine Learning
## πŸ“₯ Pull Request ### Description Added XGBoost in the Machine Learning docs Fixes #1081 ### Type of change - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (no...
kaishwarya24 created a comment on a pull request on ajay-dhangar/algo
I used html

View on GitHub

ajay-dhangar created a review on a pull request on ajay-dhangar/algo
can you change and write your file name in good way

View on GitHub

ajay-dhangar pushed 7 commits to main ajay-dhangar/algo
  • solved #782 6414b5e
  • Merge branch 'main' into kb f332fea
  • changed headings of challenge solutions b30db75
  • Merge branch 'kb' of https://github.com/KapuluruBhuvaneswariVspdbct/algo into kb 01f67a1
  • changed directory 638b090
  • Merge branch 'main' into kb 09c04c0
  • Merge pull request #1073 from KapuluruBhuvaneswariVspdbct/kb solved #782 added solutions to challenges 281161a

View on GitHub

ajay-dhangar closed a pull request on ajay-dhangar/algo
solved #782 added solutions to challenges
## πŸ“₯ Pull Request ### Description changes: 1.changed questions of challenge 2 as both challeneg 1,2 displaying same questions 2.added solutions to challenge 1 3.add solutions to challenge 2 ...
ajay-dhangar created a review comment on a pull request on ajay-dhangar/algo
replace `\( \frac{2}{3} \)` with `$\frac{2}{3}$` and `\( \frac{1}{2} + \frac{1}{6} \)` with `$\frac{1}{2} + \frac{1}{6}$`

View on GitHub

ajay-dhangar created a review on a pull request on ajay-dhangar/algo
update your code based on suggestions

View on GitHub

ajay-dhangar created a review on a pull request on ajay-dhangar/algo
update your code based on suggestions

View on GitHub

ajay-dhangar created a review on a pull request on ajay-dhangar/algo
Done

View on GitHub

ajay-dhangar created a review on a pull request on ajay-dhangar/algo
What is this syntax you need to follow.md? Is it markdown or html? If it's markdown, how do I convert it to html?

View on GitHub

github-actions[bot] pushed 1 commit to main ajay-dhangar/algo
  • update contributors list in README e64ba3a

View on GitHub

ajay-dhangar closed an issue on ajay-dhangar/algo
[Idea]: WANT TO ADD A QUESTION "Painter's Partition Problem" In Binary Search Folder
### Idea Title Add Painter's Partition Problem On Binary Search Application ### Idea Description Hi @ajay-dhangar ## Painter's Partition Problem: Problem Statement: Given an array/list ...
ajay-dhangar pushed 3 commits to main ajay-dhangar/algo
  • Add Question Painter_partition_In_Binary_Search_folder 5392337
  • Update Painter_Partition_problem.md Correct the Painter_Partition_problem.md file according to contribution guidelines 9b6f62b
  • Merge pull request #1090 from khurshed07/khurshed07/Painter_partition_Binary_Search Add Question Painter_partition_I... c280713

View on GitHub

ajay-dhangar closed a pull request on ajay-dhangar/algo
Add Question Painter_partition_In_Binary_Search_folder
Hi @ajay-dhangar ## πŸ“₯ Pull Request ### Description This pull request for *Issue #1071* introduces the Painter Partition Problem implementation to the Binary Search directory. The problem is s...
ajay-dhangar created a review on a pull request on ajay-dhangar/algo
Done

View on GitHub

ajay-dhangar closed an issue on ajay-dhangar/algo
[Feature]: <Feature Name>Add html language
### Feature Name Add html language ### Feature Description Add html language ### Motivation Add html language ### Implementation Suggestions (Optional) _No response_ ### Feature Type New A...
ajay-dhangar closed an issue on ajay-dhangar/algo
[Feature]: <Feature Name>Add B+ Trees
### Feature Name Add B+ trees ### Feature Description Implement insertion, deletion, and search operations for B+ trees. Ensure the implementation supports various order values. Add test cases...
github-actions[bot] created a comment on an issue on ajay-dhangar/algo
πŸ‘‹ Hi @jvkousthub! Thanks for opening this issue. We appreciate your contribution to the Algo project. Our team will review it soon.<p></p>

View on GitHub

github-actions[bot] created a comment on a pull request on ajay-dhangar/algo
### ⚑️ Lighthouse Report for the Deploy Preview of this PR πŸš€ πŸ”— Site: [Algo](https://github.com/ajay-dhangar/algo) | [Live Site](https://ajay-dhangar.github.io/algo/) | URL 🌐 | Performance | Acces...

View on GitHub

github-actions[bot] created a review on a pull request on ajay-dhangar/algo
πŸŽ‰ Great job, @AADESHak007! Thank you for submitting your pull request. We appreciate your contribution, and our team will review it shortly.<p></p>

View on GitHub

AADESHak007 opened a pull request on ajay-dhangar/algo
Added C++ Functions
## πŸ“₯ Pull Request ### Description I have added the description for C++ functions and have also added example codes with it for better understanding. This PR Fixes #1054 and will close the is...
github-actions[bot] created a comment on a pull request on ajay-dhangar/algo
### ⚑️ Lighthouse Report for the Deploy Preview of this PR πŸš€ πŸ”— Site: [Algo](https://github.com/ajay-dhangar/algo) | [Live Site](https://ajay-dhangar.github.io/algo/) | URL 🌐 | Performance | Acces...

View on GitHub

github-actions[bot] created a review on a pull request on ajay-dhangar/algo
πŸŽ‰ Great job, @pratheekv39! Thank you for submitting your pull request. We appreciate your contribution, and our team will review it shortly.<p></p>

View on GitHub

pratheekv39 opened a pull request on ajay-dhangar/algo
#1141 Added the mentioned 5 algorithms under String Algorithms
## πŸ“₯ Pull Request ### Description Added the following algorithms under String Algorithms: 1)Finite State Automaton Algorithm 2)Ukkonen’s Algorithm 3)Two-Way String-Matching Algorithm 4)Croc...
github-actions[bot] created a comment on an issue on ajay-dhangar/algo
πŸ‘‹ Hi @Shaiba02! Thank you for opening your first issue on the Algo project. We're excited to help you out and appreciate your contribution. Please provide as much detail as possible to assist us in...

View on GitHub

Shaiba02 opened an issue on ajay-dhangar/algo
Printing the Shortest Path by Floyd-Warshall Algorithm using Dynamic Programming Technique
### Idea Title Adding a use case of Floyd-Warshall Algorithm ### Idea Description I would use two 2D arrays to store the shortest distances and the immediate parent nodes and then print it using...
github-actions[bot] created a comment on an issue on ajay-dhangar/algo
πŸ‘‹ Hi @ananyag309! Thanks for opening this issue. We appreciate your contribution to the Algo project. Our team will review it soon.<p></p>

View on GitHub

ananyag309 opened an issue on ajay-dhangar/algo
[Feature]: Replace the logo of twitter
### Feature Name not a feature - ui enhancement ### Feature Description change the old twitter logo at footer to the current one ### Motivation ![image](https://github.com/user-attachments/as...
github-actions[bot] created a comment on an issue on ajay-dhangar/algo
πŸ‘‹ Hi @ananyag309! Thanks for opening this issue. We appreciate your contribution to the Algo project. Our team will review it soon.<p></p>

View on GitHub

Load more