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 comment on an issue on ajay-dhangar/algo
πŸ‘‹ Hi @Sivasaiklu! 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 ...

View on GitHub

github-actions[bot] created a comment on an issue on ajay-dhangar/algo
πŸ‘‹ Hi @mahaveergurjar! Thanks for opening this issue. We appreciate your contribution to the Algo project. Our team will review it soon.<p></p>

View on GitHub

Sivasaiklu opened an issue on ajay-dhangar/algo
[NEW ALGORITHM] Topological Sorting
Topological Sorting (Graph Algorithms) Description: Topological Sorting is used for ordering vertices of a directed acyclic graph (DAG). It finds a sequence of tasks such that one task comes be...
mahaveergurjar opened an issue on ajay-dhangar/algo
Inheritance in C++
Add page Inheritance in C++
github-actions[bot] created a review on a pull request on ajay-dhangar/algo
πŸŽ‰ Great job, @mahaveergurjar! Thank you for submitting your pull request. We appreciate your contribution, and our team will review it shortly.<p></p>

View on GitHub

github-actions[bot] created a comment on an issue on ajay-dhangar/algo
πŸ‘‹ Hi @mahaveergurjar! Thanks for opening this issue. We appreciate your contribution to the Algo project. Our team will review it soon.<p></p>

View on GitHub

mahaveergurjar opened an issue on ajay-dhangar/algo
ADD Pointers in C++
Add page Pointers in C++
ajay-dhangar pushed 3 commits to main ajay-dhangar/algo
  • sql-further d20b98d
  • Merge branch 'main' into sql ab136f3
  • Merge pull request #1185 from IkkiOcean/sql Tutorial on SQL Aggregate Functions, Count, sum and avg b84eeff

View on GitHub

ajay-dhangar closed a pull request on ajay-dhangar/algo
Tutorial on SQL Aggregate Functions, Count, sum and avg
### Description Added: MAX Function: Explanation and example demonstrating how to find the maximum value in a column. MIN Function: Explanation and example showing how to retrieve the minimum...
ajay-dhangar pushed 3 commits to main ajay-dhangar/algo
  • ADDED 3 BLOGS FOR ARRAYS, STRINGS and coding patter a504943
  • Merge branch 'main' into adding-coding-blogs 386e66e
  • Merge pull request #1209 from coder-writes/adding-coding-blogs Added 3 Blogs for Arrays , Strings and 20 Most import... e76cdb2

View on GitHub

ajay-dhangar closed an issue on ajay-dhangar/algo
[Feature Request] <Add More Coding-Related Blogs to the Website>
## πŸš€ Feature Request ### Is your feature request related to a problem? The current blog section of the website features only three blogs. To expand this section and provide more valuable conte...
ajay-dhangar closed a pull request on ajay-dhangar/algo
Added 3 Blogs for Arrays , Strings and 20 Most important Coding Pattern.
Hey @ajay-dhangar, please review the changes and suggest any further modifications if needed. If everything is in order, kindly proceed to merge this PR (assigned to me). ## πŸ“₯ Pull Request fi...
ajay-dhangar created a review on a pull request on ajay-dhangar/algo
Done

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, @Uvesh99! Thank you for submitting your pull request. We appreciate your contribution, and our team will review it shortly.<p></p>

View on GitHub

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

View on GitHub

Uvesh99 opened a pull request on ajay-dhangar/algo
Provide Correct Answers for Challenges
## πŸ“₯ Pull Request ### Description - Modified the result page to display correct answers alongside the user's selected answers. - Updated styling for quiz options to highlight selected answers ...
ajay-dhangar pushed 3 commits to main ajay-dhangar/algo
  • Merge remote-tracking branch 'upstream/main' into algo/graph-coloring a3a3007
  • added new part in C++ d87ce79
  • Merge pull request #1182 from AADESHak007/algo/cpp-functions Added C++ Functions 6648b92

View on GitHub

ajay-dhangar closed an issue on ajay-dhangar/algo
[Idea]: <Adding documentation for C++ FUNCTIONS>
### Idea Title I want to add a new part in the C++ language ### Idea Description C++ functions are an important part of the language and it is not there . I would like to add C++ functions as a ...
ajay-dhangar closed 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...
ajay-dhangar created a review on a pull request on ajay-dhangar/algo
Done

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

Aditijainnn created a comment on a pull request on ajay-dhangar/algo
> can you change and write your file name in good way ok sure what should i write?

View on GitHub

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

View on GitHub

github-actions[bot] created a review on a pull request on ajay-dhangar/algo
πŸ‘‹ Hi @coder-writes! Thank you for submitting your first pull request to the Algo project. Great job on the contribution! πŸŽ‰ We appreciate your efforts, and our team will review it soon. If you have ...

View on GitHub

coder-writes opened a pull request on ajay-dhangar/algo
Added 3 Blogs for Arrays , Strings and 20 Most important Coding Pattern.
Hey @ajay-dhangar, please review the changes and suggest any further modifications if needed. If everything is in order, kindly proceed to merge this PR (assigned to me #612). ## πŸ“₯ Pull Request ...
PradeepFSTdhane123 created a comment on a pull request on ajay-dhangar/algo
@ajay-dhangar thank you so much I will change and and again send you pull request

View on GitHub

ajay-dhangar pushed 5 commits to main ajay-dhangar/algo
  • update contributors list in README 40d08e9
  • Added 5 algorithms under string algorithms 57ddfb2
  • Update README.md bf6daa4
  • Merge branch 'main' into stringalgorithms 57d7f4e
  • Merge pull request #1181 from pratheekv39/stringalgorithms #1141 Added the mentioned 5 algorithms under String Algor... 57212dd

View on GitHub

ajay-dhangar closed 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...
ajay-dhangar closed an issue on ajay-dhangar/algo
75 Leetcode questions -Contains duplicate Questions.
### Issue Summary Adding 75 leetcode question-contains dupicate. ### Issue Description Here Question is -Given an integer array nums, return true if any value appears at least twice in the array...
Load more