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] pushed 1 commit to main ajay-dhangar/algo
  • update contributors list in README 0326df0

View on GitHub

ajay-dhangar pushed 2 commits to main ajay-dhangar/algo
  • fix warning ada4ce8
  • Merge pull request #1067 from ajay-dhangar/dev-2 fix warning 0936b95

View on GitHub

ajay-dhangar closed a pull request on ajay-dhangar/algo
fix warning
## 📥 Pull Request ### Description N/A Fixes N/A ### Type of change - [x] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functiona...
riyaa060 closed a pull request on ajay-dhangar/algo
Add Documentation for "Add Two Numbers Represented as Linked Lists"
## 📥 Pull Request ### Description This PR adds comprehensive documentation for the "Add Two Numbers Represented as Linked Lists" problem. The documentation includes a clear problem statement an...
AbhijitMotekar99 created a comment on a pull request on ajay-dhangar/algo
Hey @ajay-dhangar I updated my files in format

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 comment on an issue on ajay-dhangar/algo
👋 Hi @riyaa060! Thanks for opening this issue. We appreciate your contribution to the Algo project. Our team will review it soon.<p></p>

View on GitHub

riyaa060 opened an issue on ajay-dhangar/algo
[Idea]: Add Documentation for Deleting All Occurrences of a Key in a Doubly Linked List
### Idea Title Deleting All Occurrences of a Key in a Doubly Linked List ### Idea Description This issue proposes adding comprehensive documentation to explain the functionality of deleting all ...
github-actions[bot] created a review on a pull request on ajay-dhangar/algo
🎉 Great job, @ajay-dhangar! 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 opened a pull request on ajay-dhangar/algo
fix warning
## 📥 Pull Request ### Description N/A Fixes N/A ### Type of change - [x] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functiona...
ajay-dhangar pushed 193 commits to dev-2 ajay-dhangar/algo
  • Added all the algorithms of trees data structure 0ca0295
  • Corrected the error Max_Distance 5ff87a5
  • LlamaIndex c48eb2b
  • Create Kadane's Algorithm.md 9690b5f
  • Create Function Declaration.md Category : Programming Fundamental Topic : Functions Sub - Topic : Function declar... 325d49c
  • Update Function Declaration.md a0d28c9
  • Create tree.md 376abbc
  • Create Function Call.md Category : Programming Fundamental Topic : Functions Sub-Topic: Function Call dfc31d0
  • Trees Algorithms Updated 0ee58fa
  • Create Function Parameters.md Category : Programming Fundamentals Topic : Functions Sub-Topic: Function Parameters 5d2272c
  • Create Function Return.md Category : Programming Fundamentals Topic : Functions Sub-Topic: Function Return 2c7d43b
  • Create Function Scope.md Category : Programming Fundamentals Topic : Functions Sub-Topic: Function Scope 462891a
  • Create Function Overloading.md Category : Programming Fundamentals Topic : Functions Sub-Topic: Function Overloading af43d8a
  • Create Function Recursion.md Category : Programming Fundamentals Topic : Functions Sub-Topic: Function Recursion a7b482d
  • Create Function Closures.md Category : Programming Fundamentals Topic : Functions Sub-Topic: Function Closures b774df8
  • Create Function Currying.md Category : Programming Fundamentals Topic : Functions Sub-Topic: Function Currying f3bffb4
  • Create Function Composition.md Category : Programming Fundamentals Topic : Functions Sub-Topic: Function Composition f95f804
  • Create Function Memoization.md Category : Programming Fundamentals Topic : Functions Sub-Topic: Function Memoization f8ee095
  • Update Function Declaration.md tags made same e08ac0c
  • Redesign challenge page 1566fac
  • and 173 more ...

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

View on GitHub

haseebzaki-07 opened a pull request on ajay-dhangar/algo
Add longest repeating character Replacement
## 📥 Pull Request ### Description This PR adds longest repeating character Replacement problem in the sliding window section of the project. Fixes #1016 ### Type of change - [ ] Bug fix...
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, @riyaa060! Thank you for submitting your pull request. We appreciate your contribution, and our team will review it shortly.<p></p>

View on GitHub

riyaa060 opened a pull request on ajay-dhangar/algo
Add Documentation for "Add Two Numbers Represented as Linked Lists"
## 📥 Pull Request ### Description This PR adds comprehensive documentation for the "Add Two Numbers Represented as Linked Lists" problem. The documentation includes a clear problem statement an...
github-actions[bot] created a comment on an issue on ajay-dhangar/algo
👋 Hi @riyaa060! Thanks for opening this issue. We appreciate your contribution to the Algo project. Our team will review it soon.<p></p>

View on GitHub

riyaa060 opened an issue on ajay-dhangar/algo
[Idea]: Add Documentation for "Add Two Numbers Represented as Linked Lists" [LEVEL-Medium]
### Idea Title Add Two Numbers Represented as Linked Lists. ### Idea Description I would like to propose adding a documenation to the folder "DSA-Problem-Solution" for the "Add Two Numbers Repre...
harshbhardwaj000 created a comment on a pull request on ajay-dhangar/algo
done. **docs/basic-dsa/array/3D-Array.md**

View on GitHub

harshbhardwaj000 created a comment on a pull request on ajay-dhangar/algo
but docs does not have any folder name as arrays.

View on GitHub

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

View on GitHub

Ankitha2130 opened an issue on ajay-dhangar/algo
Add problem of the day
### Feature Name Add problem of the day ### Feature Description Add problem of the day to the homepage ### Motivation Help user to maintain consistency. ### Implementation Suggestions (Option...
ajay-dhangar created a review on a pull request on ajay-dhangar/algo
`arrays/` is not a good way to organize your code. You should write your code in the docs folder, like `docs/arrays/`.

View on GitHub

ajay-dhangar created a comment on a pull request on ajay-dhangar/algo
I can close this issue today. However, we should not make this feature too complex. We need to maintain the codebase.

View on GitHub

ajay-dhangar closed a pull request on ajay-dhangar/algo
added features page
@ajay-dhangar I have features page and by clicking each feature that respective page will be opened Kindly check it out Could you please consider it as level 3 if you like it https://git...
ajay-dhangar created a comment on a pull request on ajay-dhangar/algo
> @ajay-dhangar Could you please confirm whether email changed or not You need to push the code to this branch. Once the code is moved, I can then merge the changes.

View on GitHub

ajay-dhangar closed an issue on ajay-dhangar/algo
[Feature Request] <Aho-Corasick >
## 🚀 Feature Request: Aho-Corasick Is your feature request related to a problem? Please describe. Our current approach for matching multiple patterns in a text is slow and cumbersome, leading to ...
ajay-dhangar pushed 6 commits to main ajay-dhangar/algo
  • update contributors list in README f94cbe0
  • added AH0-corasick 4434448
  • fixes 3205bed
  • Merge branch 'main' into Aho-Corasick 483f2e3
  • Merge branch 'main' into Aho-Corasick f25bbfb
  • Merge pull request #1032 from priyashuu/Aho-Corasick Aho corasick 5feac6b

View on GitHub

Load more