-
Notifications
You must be signed in to change notification settings - Fork 150
Description
Here's the Weekly Digest for CodeToExpress/dailycodebase:
ISSUES
Last week 31 issues were created.
Of these, 24 issues have been closed and 7 issues are still open.
OPEN ISSUES
💚 #165 Day 17 implementation in c++, by dhruv-gupta14
💚 #164 Add Implementation of Day 14 question (Recursive sum and product) in various languages, by MadhavBahlMD
💚 #155 day15, by Spreeha
💚 #154 Add Implementation of Day 13 question (Factorial and Fibonacci using Recursion) in various languages, by MadhavBahlMD
💚 #153 Cpp day 15, by profgrammer
💚 #145 Add Implementation of Day 12 question (Substring Search Algorithms) in various languages, by MadhavBahlMD
💚 #135 solved previous days pending questions., by Utkarshmalik
CLOSED ISSUES
❤️ #163 My Commits, by anirudh-jwala
❤️ #162 Day 1 Completed, by anirudh-jwala
❤️ #161 Python solution for day 16, by vishalshirke7
❤️ #160 Day 16 solution in Ruby, by aaditkamat
❤️ #159 day 16, by Spreeha
❤️ #158 Day 13,14,15, by divyakhetan
❤️ #157 inital commit, by hiteshsubnani0128
❤️ #156 C++ code for day15, by Karthikn2098
❤️ #152 Add Ruby and Python implementations for Day 15 problem, by aaditkamat
❤️ #151 cpp code for day 14, by profgrammer
❤️ #150 day14 implementation in c++, by dhruv-gupta14
❤️ #149 Python solution for day 14, by vishalshirke7
❤️ #148 day 14, by Spreeha
❤️ #147 Day 14 Ruby Implementation, by aaditkamat
❤️ #146 Day 14 - C, by ashwek
❤️ #144 c++ code for day14, by Karthikn2098
❤️ #143 day 13 implementation in c++, by dhruv-gupta14
❤️ #142 Added python solution for day 13 , by vishalshirke7
❤️ #141 Day 13 - C, by ashwek
❤️ #140 day 13, by Spreeha
❤️ #139 Ruby & Python Implementation of Day 13 problem, by aaditkamat
❤️ #138 Added factorial.cpp, fibonacci.cpp; Updated README.md, by Razdeep
❤️ #137 c++ code been added, by Karthikn2098
❤️ #134 added boyer moore and rabin karp in python, by prateek3255
NOISY ISSUE
🔈 #135 solved previous days pending questions., by Utkarshmalik
It received 1 comments.
PULL REQUESTS
Last week, 27 pull requests were created, updated or merged.
OPEN PULL REQUEST
Last week, 1 pull request was opened.
💚 #155 day15, by Spreeha
UPDATED PULL REQUEST
Last week, 3 pull requests were updated.
💛 #165 Day 17 implementation in c++, by dhruv-gupta14
💛 #153 Cpp day 15, by profgrammer
💛 #135 solved previous days pending questions., by Utkarshmalik
MERGED PULL REQUEST
Last week, 23 pull requests were merged.
💜 #163 My Commits, by anirudh-jwala
💜 #162 Day 1 Completed, by anirudh-jwala
💜 #161 Python solution for day 16, by vishalshirke7
💜 #160 Day 16 solution in Ruby, by aaditkamat
💜 #159 day 16, by Spreeha
💜 #158 Day 13,14,15, by divyakhetan
💜 #157 inital commit, by hiteshsubnani0128
💜 #156 C++ code for day15, by Karthikn2098
💜 #152 Add Ruby and Python implementations for Day 15 problem, by aaditkamat
💜 #151 cpp code for day 14, by profgrammer
💜 #148 day 14, by Spreeha
💜 #147 Day 14 Ruby Implementation, by aaditkamat
💜 #146 Day 14 - C, by ashwek
💜 #144 c++ code for day14, by Karthikn2098
💜 #143 day 13 implementation in c++, by dhruv-gupta14
💜 #142 Added python solution for day 13 , by vishalshirke7
💜 #141 Day 13 - C, by ashwek
💜 #139 Ruby & Python Implementation of Day 13 problem, by aaditkamat
💜 #138 Added factorial.cpp, fibonacci.cpp; Updated README.md, by Razdeep
💜 #137 c++ code been added, by Karthikn2098
💜 #134 added boyer moore and rabin karp in python, by prateek3255
💜 #133 Adding Java Code, by spattk
💜 #128 day 12, by Spreeha
COMMITS
Last week there were 37 commits.
🛠️ [C++ code for day15 (#156) * factorial in c++
-
fibonacci recursion
-
c++ code for day14
-
C++ solution for day15 added](899c40d) by Karthikn2098
🛠️ [inital commit (inital commit #157) * inital commit -
Python3 code updated](fb5d23e) by hiteshsubnani0128
🛠️ [Day 13,14,15 (Day 13,14,15 #158) * day13 code and readme -
day14 code and readme
-
day15 code and readme](e95409b) by divyakhetan
🛠️ day 16 (#159) by Spreeha
🛠️ [Day 16 solution in Ruby (Day 16 solution in Ruby #160) * Add @aaditkamat as a contributor -
Add Ruby code for Day 1: FizzBuzz problem
-
Add Ruby code for Day 2: String reverse problem
-
Update README.md for Day 2
-
Modify Ruby code and README
-
Add condition for nil and wrong type edge cases
-
Add a seperate Ruby source code file for palindrome
-
Modify code for reverse.rb
-
Add seperate palindrome and reverse code sections in README
-
Update gitignore
-
Refactor palindrome.rb and rename heading in README
-
Add solution for Day 3: Hamming Problem
-
Add condition for strings of unequal lengths
-
Update README
-
Change project name and owner in.all-contributorsrc
-
Remove merge conflict lines
-
Add @shivank86 as a contributor
-
Add C++ files for different patterns
-
Add author and date comments at the top of C++ files
-
Update README.md
-
Add solution for Day 6 Problem in Python
-
Update README
-
Refactor code files
-
Modify string representation of output in python files
-
Add Ruby solutions for Day 6 problem
-
Update README for Ruby code
-
Add first version of solutions for Day 7 problem in C++, Java & Ruby
-
Modify solutions
-
Update Day 7 README
-
Remove merge conflicts from CONTRIBUTORS.md
-
Add back removed lines in CONTRIBUTORS.md
-
Add code sections contributed by @imkaka to day 6 README
-
Update README.md
-
Add C++ solution
-
Add Day 8 solution in C++
-
Add Day 8 solution in Java
-
Add Day 8 solution in Ruby
-
Add Day 8 solution in Python
-
Add credits at the top of the code
-
Update README
-
Update C++ implementation
-
Update Python implementation
-
Add solution for Day 10: String Permutation Problem in Python
Signed-off-by: Aadit Rahul Kamat aadit.k12@gmail.com
- Update Day 10 README
Signed-off-by: Aadit Rahul Kamat aadit.k12@gmail.com
- Change heading in README and remove empty directory in day 9
Signed-off-by: Aadit Rahul Kamat aadit.k12@gmail.com
-
Update README.md
-
Add Ruby solutions for Day 13
-
Update README
-
Add credits to the code
-
Add Python solution for Day 13
-
Update Day 13 README
-
Update fibonacci.py
-
Modify Fibonacci python code section in day 13 README
-
Add Ruby solution to Day 16 problem
Signed-off-by: Aadit Rahul Kamat aadit.k12@gmail.com
- Update Day 16 README with Ruby implementation
Signed-off-by: Aadit Rahul Kamat aadit.k12@gmail.com
- Change wording of print statement
Signed-off-by: Aadit Rahul Kamat aadit.k12@gmail.com](2740368) by aaditkamat
🛠️ Update CONTRIBUTORS.md by MadhavBahlMD
🛠️ [My Commits (#163) * Day1 Commit
-
Day1 Commit
-
Day2 Commit
-
Day3 Commit
-
Day5 Commit Until Pattern 3
-
Day4 Commit
TODO: Part B](978784a) by anirudh-jwala
🛠️ [Python solution for day 16 (#161) * Add @vishalshirke7 as a contributor
-
Update @vishalshirke7 as a contributor
-
Added python solutions for Day 4
-
modified readme
-
Add @Vishal
-
reverted adding as a contributor
-
Update README.md
-
Update CONTRIBUTORS.md
-
Update CONTRIBUTORS.md
-
Added python solutions for day 7
-
Edited python solution for day 7
-
Edited python solution for day 7
-
Added python solution for day 10
-
Changed readme for day 10
-
minor changes
-
Python solution for day 11
-
Python solution for day10 and day11
-
Added python solution for day 13
-
python solution for day 14
-
Python solution for day 16](907eb0f) by vishalshirke7
🛠️ [Day 1 Completed (Day 1 Completed #162) * Day1 Commit -
Day1 Commit
-
Day2 Commit
-
Day3 Commit
-
Day5 Commit Until Pattern 3
-
Day4 Commit
TODO: Part B](d319649) by anirudh-jwala
🛠️ Add day17 by MadhavBahlMD
🛠️ Add day 17 by MadhavBahlMD
🛠️ Merge branch 'master' of github.com:CodeToExpress/dailycodebase by MadhavBahlMD
🛠️ Add day 16 by MadhavBahlMD
🛠️ day 14 (#148) by Spreeha
🛠️ [cpp code for day 14 (#151) * fixed readme merge conflict
-
cpp code for day 14
-
Update README.md](2f61404) by profgrammer
🛠️ [Add Ruby and Python implementations for Day 15 problem (Add Ruby and Python implementations for Day 15 problem #152) * Add @aaditkamat as a contributor -
Add Ruby code for Day 1: FizzBuzz problem
-
Add Ruby code for Day 2: String reverse problem
-
Update README.md for Day 2
-
Modify Ruby code and README
-
Add condition for nil and wrong type edge cases
-
Add a seperate Ruby source code file for palindrome
-
Modify code for reverse.rb
-
Add seperate palindrome and reverse code sections in README
-
Update gitignore
-
Refactor palindrome.rb and rename heading in README
-
Add solution for Day 3: Hamming Problem
-
Add condition for strings of unequal lengths
-
Update README
-
Change project name and owner in.all-contributorsrc
-
Remove merge conflict lines
-
Add @shivank86 as a contributor
-
Add C++ files for different patterns
-
Add author and date comments at the top of C++ files
-
Update README.md
-
Add solution for Day 6 Problem in Python
-
Update README
-
Refactor code files
-
Modify string representation of output in python files
-
Add Ruby solutions for Day 6 problem
-
Update README for Ruby code
-
Add first version of solutions for Day 7 problem in C++, Java & Ruby
-
Modify solutions
-
Update Day 7 README
-
Remove merge conflicts from CONTRIBUTORS.md
-
Add back removed lines in CONTRIBUTORS.md
-
Add code sections contributed by @imkaka to day 6 README
-
Update README.md
-
Add C++ solution
-
Add Day 8 solution in C++
-
Add Day 8 solution in Java
-
Add Day 8 solution in Ruby
-
Add Day 8 solution in Python
-
Add credits at the top of the code
-
Update README
-
Update C++ implementation
-
Update Python implementation
-
Add solution for Day 10: String Permutation Problem in Python
Signed-off-by: Aadit Rahul Kamat aadit.k12@gmail.com
- Update Day 10 README
Signed-off-by: Aadit Rahul Kamat aadit.k12@gmail.com
- Change heading in README and remove empty directory in day 9
Signed-off-by: Aadit Rahul Kamat aadit.k12@gmail.com
-
Update README.md
-
Add Ruby solutions for Day 13
-
Update README
-
Add credits to the code
-
Add Python solution for Day 13
-
Update Day 13 README
-
Update fibonacci.py
-
Modify Fibonacci python code section in day 13 README
-
Add day 15 solution in Python
Signed-off-by: Aadit Rahul Kamat aadit.k12@gmail.com
- Add Day 15 solution in Ruby
Signed-off-by: Aadit Rahul Kamat aadit.k12@gmail.com
- Update Day 15 README with Ruby and Python implementations
Signed-off-by: Aadit Rahul Kamat aadit.k12@gmail.com
-
Update fibonacci.py](81cf9f5) by aaditkamat
🛠️ [Day 14 Ruby Implementation (Day 14 Ruby Implementation #147) * Add @aaditkamat as a contributor -
Add Ruby code for Day 1: FizzBuzz problem
-
Add Ruby code for Day 2: String reverse problem
-
Update README.md for Day 2
-
Modify Ruby code and README
-
Add condition for nil and wrong type edge cases
-
Add a seperate Ruby source code file for palindrome
-
Modify code for reverse.rb
-
Add seperate palindrome and reverse code sections in README
-
Update gitignore
-
Refactor palindrome.rb and rename heading in README
-
Add solution for Day 3: Hamming Problem
-
Add condition for strings of unequal lengths
-
Update README
-
Change project name and owner in.all-contributorsrc
-
Remove merge conflict lines
-
Add @shivank86 as a contributor
-
Add C++ files for different patterns
-
Add author and date comments at the top of C++ files
-
Update README.md
-
Add solution for Day 6 Problem in Python
-
Update README
-
Refactor code files
-
Modify string representation of output in python files
-
Add Ruby solutions for Day 6 problem
-
Update README for Ruby code
-
Add first version of solutions for Day 7 problem in C++, Java & Ruby
-
Modify solutions
-
Update Day 7 README
-
Remove merge conflicts from CONTRIBUTORS.md
-
Add back removed lines in CONTRIBUTORS.md
-
Add code sections contributed by @imkaka to day 6 README
-
Update README.md
-
Add C++ solution
-
Add Day 8 solution in C++
-
Add Day 8 solution in Java
-
Add Day 8 solution in Ruby
-
Add Day 8 solution in Python
-
Add credits at the top of the code
-
Update README
-
Update C++ implementation
-
Update Python implementation
-
Add solution for Day 10: String Permutation Problem in Python
Signed-off-by: Aadit Rahul Kamat aadit.k12@gmail.com
- Update Day 10 README
Signed-off-by: Aadit Rahul Kamat aadit.k12@gmail.com
- Change heading in README and remove empty directory in day 9
Signed-off-by: Aadit Rahul Kamat aadit.k12@gmail.com
-
Update README.md
-
Add Ruby solutions for Day 13
-
Update README
-
Add credits to the code
-
Add Python solution for Day 13
-
Update Day 13 README
-
Update fibonacci.py
-
Modify Fibonacci python code section in day 13 README
-
Add solution to Day 14 problem in RUby
Signed-off-by: Aadit Rahul Kamat aadit.k12@gmail.com
- Update Day 14 Ruby Implementation in README
Signed-off-by: Aadit Rahul Kamat aadit.k12@gmail.com](fdb14e0) by aaditkamat
🛠️ [Day 14 - C (#146) * Create sum_of_digits.c
-
Create product_of_2_numbers.c
-
Update README.md](16cf02f) by ashwek
🛠️ [Ruby & Python Implementation of Day 13 problem (Ruby & Python Implementation of Day 13 problem #139) * Add @aaditkamat as a contributor -
Add Ruby code for Day 1: FizzBuzz problem
-
Add Ruby code for Day 2: String reverse problem
-
Update README.md for Day 2
-
Modify Ruby code and README
-
Add condition for nil and wrong type edge cases
-
Add a seperate Ruby source code file for palindrome
-
Modify code for reverse.rb
-
Add seperate palindrome and reverse code sections in README
-
Update gitignore
-
Refactor palindrome.rb and rename heading in README
-
Add solution for Day 3: Hamming Problem
-
Add condition for strings of unequal lengths
-
Update README
-
Change project name and owner in.all-contributorsrc
-
Remove merge conflict lines
-
Add @shivank86 as a contributor
-
Add C++ files for different patterns
-
Add author and date comments at the top of C++ files
-
Update README.md
-
Add solution for Day 6 Problem in Python
-
Update README
-
Refactor code files
-
Modify string representation of output in python files
-
Add Ruby solutions for Day 6 problem
-
Update README for Ruby code
-
Add first version of solutions for Day 7 problem in C++, Java & Ruby
-
Modify solutions
-
Update Day 7 README
-
Remove merge conflicts from CONTRIBUTORS.md
-
Add back removed lines in CONTRIBUTORS.md
-
Add code sections contributed by @imkaka to day 6 README
-
Update README.md
-
Add C++ solution
-
Add Day 8 solution in C++
-
Add Day 8 solution in Java
-
Add Day 8 solution in Ruby
-
Add Day 8 solution in Python
-
Add credits at the top of the code
-
Update README
-
Update C++ implementation
-
Update Python implementation
-
Add solution for Day 10: String Permutation Problem in Python
Signed-off-by: Aadit Rahul Kamat aadit.k12@gmail.com
- Update Day 10 README
Signed-off-by: Aadit Rahul Kamat aadit.k12@gmail.com
- Change heading in README and remove empty directory in day 9
Signed-off-by: Aadit Rahul Kamat aadit.k12@gmail.com
-
Update README.md
-
Add Ruby solutions for Day 13
-
Update README
-
Add credits to the code
-
Add Python solution for Day 13
-
Update Day 13 README
-
Update fibonacci.py
-
Modify Fibonacci python code section in day 13 README](af75f9c) by aaditkamat
🛠️ added boyer moore and rabin karp in python (#134) by prateek3255
🛠️ Add day 15 by MadhavBahlMD
🛠️ Add day 15 by MadhavBahlMD
🛠️ Add day 15 by MadhavBahlMD
🛠️ [Adding Java Code (Adding Java Code #133) * Adding Java Code -
Adding Java Code
-
Adding Java Code for Day 11 and updating README
-
Added Java Code for day 12](a558b3d) by spattk
🛠️ [c++ code for day14 (c++ code for day14 #144) * factorial in c++ -
fibonacci recursion
-
c++ code for day14](aeee124) by Karthikn2098
🛠️ [c++ code been added (c++ code been added #137) * factorial in c++ -
fibonacci recursion](4cb3ac6) by Karthikn2098
🛠️ day 13 implementation (#143) by dhruv-gupta14
🛠️ Add day 14 by MadhavBahlMD
🛠️ Add day 14 by MadhavBahlMD
🛠️ [day 12 (day 12 #128) * day 12 -
Update BruteForce.cpp
-
Update KMP.cpp](4518155) by Spreeha
🛠️ [Day 13 - C (Day 13 - C #141) * Create fibonacci.c -
Create factorial.c
-
Update README.md](0937cf5) by ashwek
🛠️ [Added python solution for day 13 (Added python solution for day 13 #142) * Add @vishalshirke7 as a contributor -
Update @vishalshirke7 as a contributor
-
Added python solutions for Day 4
-
modified readme
-
Add @Vishal
-
reverted adding as a contributor
-
Update README.md
-
Update CONTRIBUTORS.md
-
Update CONTRIBUTORS.md
-
Added python solutions for day 7
-
Edited python solution for day 7
-
Edited python solution for day 7
-
Added python solution for day 10
-
Changed readme for day 10
-
minor changes
-
Python solution for day 11
-
Python solution for day10 and day11
-
Added python solution for day 13](24719ed) by vishalshirke7
🛠️ Added factorial.cpp, fibonacci.cpp; Updated README.md (#138) by Razdeep
🛠️ Update README.md by MadhavBahlMD
🛠️ Update README by MadhavBahlMD
🛠️ add day 13 by MadhavBahlMD
🛠️ fix cover for day 12 by MadhavBahlMD
CONTRIBUTORS
Last week there were 14 contributors.
👤 Karthikn2098
👤 hiteshsubnani0128
👤 divyakhetan
👤 Spreeha
👤 aaditkamat
👤 MadhavBahlMD
👤 anirudh-jwala
👤 vishalshirke7
👤 profgrammer
👤 ashwek
👤 prateek3255
👤 spattk
👤 dhruv-gupta14
👤 Razdeep
STARGAZERS
Last week there were 7 stagazers.
⭐ ParthVarde
⭐ simra1311
⭐ KrishnaAlagiri
⭐ profgrammer
⭐ SAzghour
⭐ rochou
⭐ Nilesh2000
You all are the stars! 🌟
RELEASES
Last week there were no releases.
That's all for last week, please 👀 Watch and ⭐ Star the repository CodeToExpress/dailycodebase to receive next weekly updates. 😃
You can also view all Weekly Digests by clicking here.
Your Weekly Digest bot. 📆