Skip to content

Weekly Digest (13 January, 2019 - 20 January, 2019) #190

@weekly-digest

Description

@weekly-digest

Here's the Weekly Digest for CodeToExpress/dailycodebase:


ISSUES

Last week 23 issues were created.
Of these, 15 issues have been closed and 8 issues are still open.

OPEN ISSUES

💚 #189 Problem Submissions: Trees, by aaditkamat
💚 #185 day 19 and 20, by divyakhetan
💚 #183 day 20, by Spreeha
💚 #181 Python solution for day 19, by vishalshirke7
💚 #180 day 19, by Spreeha
💚 #179 day19 implementation in c++, by dhruv-gupta14
💚 #178 Add Implementation of Day 15 question (Pascal's Triangle) in various languages , by MadhavBahlMD
💚 #176 Add Python implementations for Day 18 and Day 19 problems as well as Ruby implementation for Day 20 problem, by aaditkamat

CLOSED ISSUES

❤️ #188 Added Solution of 1st problem in C++; Updated README, by Razdeep
❤️ #187 Day 21 Ruby Implementation, by aaditkamat
❤️ #186 Pair Sum N, by DiptoChakrabarty
❤️ #184 php day 1 implementation, by willianwt
❤️ #182 ArrayPartition.py, by DiptoChakrabarty
❤️ #177 C++ code for day1, by Karthikn2098
❤️ #175 Day 18 - Python, by ashwek
❤️ #174 added day18 , by divyakhetan
❤️ #173 day18, by Spreeha
❤️ #172 day18 implementation in c++, by dhruv-gupta14
❤️ #171 Add day1 code, by bipsa98
❤️ #170 Add day1 code, by bipsa98
❤️ #169 day 17, by Spreeha
❤️ #168 Add day1 code, by bipsa98
❤️ #167 Add Day 17 Python Implementation, by aaditkamat

NOISY ISSUE

🔈 #177 C++ code for day1, by Karthikn2098
It received 1 comments.


PULL REQUESTS

Last week, 22 pull requests were created, updated or merged.

OPEN PULL REQUEST

Last week, 2 pull requests were opened.
💚 #183 day 20, by Spreeha
💚 #180 day 19, by Spreeha

UPDATED PULL REQUEST

Last week, 4 pull requests were updated.
💛 #185 day 19 and 20, by divyakhetan
💛 #181 Python solution for day 19, by vishalshirke7
💛 #179 day19 implementation in c++, by dhruv-gupta14
💛 #176 Add Python implementations for Day 18 and Day 19 problems as well as Ruby implementation for Day 20 problem, by aaditkamat

MERGED PULL REQUEST

Last week, 16 pull requests were merged.
💜 #188 Added Solution of 1st problem in C++; Updated README, by Razdeep
💜 #187 Day 21 Ruby Implementation, by aaditkamat
💜 #186 Pair Sum N, by DiptoChakrabarty
💜 #184 php day 1 implementation, by willianwt
💜 #182 ArrayPartition.py, by DiptoChakrabarty
💜 #177 C++ code for day1, by Karthikn2098
💜 #175 Day 18 - Python, by ashwek
💜 #174 added day18 , by divyakhetan
💜 #173 day18, by Spreeha
💜 #172 day18 implementation in c++, by dhruv-gupta14
💜 #169 day 17, by Spreeha
💜 #168 Add day1 code, by bipsa98
💜 #167 Add Day 17 Python Implementation, by aaditkamat
💜 #165 Day 17 implementation in c++, by dhruv-gupta14
💜 #155 day15, by Spreeha
💜 #153 Cpp day 15, by profgrammer


COMMITS

Last week there were 40 commits.
🛠️ [Pair Sum N (#186) * Pair Sum N

Using nested loops

  • Update PairSumN_Dipto.py](a72aeca) by DiptoChakrabarty
    🛠️ [Day 21 Ruby Implementation (Day 21 Ruby Implementation #187) * 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

  • Add Python solution to Day 17 problem

Signed-off-by: Aadit Rahul Kamat aadit.k12@gmail.com

  • Add Python implementation to Day 17 README

Signed-off-by: Aadit Rahul Kamat aadit.k12@gmail.com

  • Add solution to Day 18 Question A: Frequency Counter

  • Add solution to Day 18 Question B: Count Uniques

  • Add solution to Day 18 Question C: Check Power N

  • Update day 18 README with personal Python solution

  • Update check_power_n.py

  • Update count_uniques.py

  • Add Python implementation for Day 19 and update Day 18 solutions

Signed-off-by: Halid Altuner aadit.k12@gmail.com

  • Add Ruby solution for Day 21 problem

Signed-off-by: Halid Altuner aadit.k12@gmail.com

  • Update day 21 README with Ruby implementation

Signed-off-by: Halid Altuner aadit.k12@gmail.com](90a826a) by aaditkamat
🛠️ Merge branch 'master' of github.com:CodeToExpress/dailycodebase by MadhavBahlMD
🛠️ Add bonus problems on recursion by MadhavBahlMD
🛠️ Add BONUS problems on recursion by MadhavBahlMD
🛠️ Added Solution of 1st problem of DAY22 in C++; Updated README (#188) by Razdeep
🛠️ Add cover by MadhavBahlMD
🛠️ Add day 22 by MadhavBahlMD
🛠️ Merge branch 'master' of github.com:CodeToExpress/dailycodebase by MadhavBahlMD
🛠️ Add day 21 by MadhavBahlMD
🛠️ Add day 21 by MadhavBahlMD
🛠️ [php day 1 implementation (#184) * php solution

Array partition using loops and slicing

  • Update and rename ArrayPartition.py to ArrayPartition_dipto.py](2ee4fd9) by DiptoChakrabarty
    🛠️ Update README.md by MadhavBahlMD
    🛠️ Add ques by MadhavBahlMD
    🛠️ Merge branch 'master' of github.com:CodeToExpress/dailycodebase by MadhavBahlMD
    🛠️ Add day 20 by MadhavBahlMD
    🛠️ [C++ code for day1 (C++ code for day1 #177) * factorial in c++

  • fibonacci recursion

  • c++ code for day14

  • C++ solution for day15 added

  • day1 FizzBuzz Code in C++

  • C++ code for day2](0ce465a) by Karthikn2098
    🛠️ day18 implementation in c++ (#172) by dhruv-gupta14
    🛠️ [Add Day 17 Python Implementation (Add Day 17 Python Implementation #167) * 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

  • Add Python solution to Day 17 problem

Signed-off-by: Aadit Rahul Kamat aadit.k12@gmail.com

  • Add Python implementation to Day 17 README

Signed-off-by: Aadit Rahul Kamat aadit.k12@gmail.com](ddb3495) by aaditkamat
🛠️ day 17 (#169) by Spreeha
🛠️ added day18 (#174) by divyakhetan
🛠️ day18 (#173) by Spreeha
🛠️ day15 (#155) by Spreeha
🛠️ [Day 18 - Python (#175) * Create A_Frequency_Counter.py


CONTRIBUTORS

Last week there were 12 contributors.
👤 DiptoChakrabarty
👤 aaditkamat
👤 MadhavBahlMD
👤 Razdeep
👤 willianwt
👤 Karthikn2098
👤 dhruv-gupta14
👤 Spreeha
👤 divyakhetan
👤 ashwek
👤 bipsa98
👤 profgrammer


STARGAZERS

Last week there were 4 stagazers.
Andrei0872
rutujar
gt2emodo
MadhavBahlMD
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. 📆

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions