Skip to content

Weekly Digest (20 January, 2019 - 27 January, 2019) #193

@weekly-digest

Description

@weekly-digest

Here's the Weekly Digest for CodeToExpress/dailycodebase:


ISSUES

Last week 2 issues were created.
Of these, 1 issues have been closed and 1 issues are still open.

OPEN ISSUES

💚 #192 day1_solve.cpp, by shubhendra-20

CLOSED ISSUES

❤️ #191 Add Ruby solution for Day 24 problem, by aaditkamat


PULL REQUESTS

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

OPEN PULL REQUEST

Last week, 1 pull request was opened.
💚 #192 day1_solve.cpp, by shubhendra-20

MERGED PULL REQUEST

Last week, 5 pull requests were merged.
💜 #191 Add Ruby solution for Day 24 problem, 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


COMMITS

Last week there were 22 commits.
🛠️ Add more BONUS problems by MadhavBahlMD
🛠️ Merge branch 'master' of github.com:CodeToExpress/dailycodebase by MadhavBahlMD
🛠️ Add More Bonus Problems by MadhavBahlMD
🛠️ Update KMP.cpp by Razdeep
🛠️ Add Misc questions by MadhavBahlMD
🛠️ add day 27 by MadhavBahlMD
🛠️ Add day 27 by MadhavBahlMD
🛠️ [Python solution for day 19 (#181) * 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

  • Python solution for day 19](4d7570a) by vishalshirke7
    🛠️ day 19 (#180) by Spreeha
    🛠️ day 20 (#183) by Spreeha
    🛠️ day 19 and 20 (#185) by divyakhetan
    🛠️ [Add Ruby solution for Day 24 problem (Add Ruby solution for Day 24 problem #191) * 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 CMakeLists.txt to gitignore

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

  • Add Ruby Solution to day 24 problem

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

  • Add Ruby solution to day 24 README

Signed-off-by: Aadit Kamat aadit.k12@gmail.com](47df62a) by aaditkamat
🛠️ Add day 26 by MadhavBahlMD
🛠️ Add day 26 by MadhavBahlMD
🛠️ Add day 26 by MadhavBahlMD
🛠️ Add day 25 by MadhavBahlMD
🛠️ Add day 25 by MadhavBahlMD
🛠️ Add cover for day 24 by MadhavBahlMD
🛠️ Add day 24 by MadhavBahlMD
🛠️ Add day22 cover by MadhavBahlMD
🛠️ Add day23 by MadhavBahlMD
🛠️ Update README.md by MadhavBahlMD


CONTRIBUTORS

Last week there were 6 contributors.
👤 MadhavBahlMD
👤 Razdeep
👤 vishalshirke7
👤 Spreeha
👤 divyakhetan
👤 aaditkamat


STARGAZERS

Last week there were 7 stagazers.
djordjijem
rkgambhire
mpavel
SilviaSto
neha01
gvlfm78
syedalisait
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