Giter Site home page Giter Site logo

codetoexpress / dailycodebase Goto Github PK

View Code? Open in Web Editor NEW
228.0 228.0 154.0 58.34 MB

2 month data structures and algorithmic scripting challenge starting from 20th December 2018 - Coding is Fun! πŸ’―πŸ’― Do it everyday!! Also, Do give us a ⭐ if you liked the repository

Home Page: http://dailycodes.madhavbahl.tech/

License: MIT License

JavaScript 23.48% Java 29.06% C 4.49% Python 10.57% C++ 27.70% C# 0.57% Go 0.18% Ruby 3.52% PHP 0.08% TypeScript 0.25% Kotlin 0.10%
algorithm algorithms competitive-programming data-structures hacktoberfest practise problem-solving

dailycodebase's Introduction

Daily Codes

Coding is Fun! Do it everyday πŸ’―πŸ’―
Code Daily, add your solutions to the given problem, submit a PR (and don't forget to add your name in the contributors list)


HitCount Maintenance Website shields.io Ask Me Anything ! made-with-Markdown Documentation Status GitHub license

DailyCodes

Want To Be a Contributor?

Read CONTRIBUTING.md for contribution guidelines.

Code Today!

Motivate yourself to code daily till 60 days, and see the magic! Coding will become your habit, and your skills will increase.

Day Number Topic Website Link Difficulty
Day 1 The Fizz Buzz Problem https://codetoexpress.github.io/dailycodebase/Day1 Beginner
Day 2 String Reversal + Palindrome https://codetoexpress.github.io/dailycodebase/Day2/ Beginner
Day 3 The Hamming Distance Problem https://codetoexpress.github.io/dailycodebase/Day3/ Beginner
Day 4 Num Vowels + Max Chars https://codetoexpress.github.io/dailycodebase/Day4/ Intermediate
Day 5 Pattern Printing Problems https://codetoexpress.github.io/dailycodebase/day5/ Intermediate
Day 6 Sentence Cap + Word Reversal + Anagram https://codetoexpress.github.io/dailycodebase/day6/ Intermediate
Day 7 One Edit Away https://codetoexpress.github.io/dailycodebase/day7/ Advanced
Day 8 Minimum Edit Distance https://codetoexpress.github.io/dailycodebase/day8/ Intermediate
Day 9 Smallest Substring Problem https://codetoexpress.github.io/dailycodebase/day9/ Advanced
Day 10 String Permutation Problem https://codetoexpress.github.io/dailycodebase/day10/ Advanced
Day 11 Longest Common Substring https://codetoexpress.github.io/dailycodebase/day11/ Advanced
Day 12 Substring Search Algorithms https://codetoexpress.github.io/dailycodebase/day12/ Advanced
Day 13 Factorial and Fibonacci https://codetoexpress.github.io/dailycodebase/day13/ Beginner
Day 14 Sum of digits and product of numbers https://codetoexpress.github.io/dailycodebase/day14/ Beginner
Day 15 Pascal's Triangle https://codetoexpress.github.io/dailycodebase/day15/ Intermediate
Day 16 Tower of Hanoi https://codetoexpress.github.io/dailycodebase/day16/ Intermediate
Day 17 N Queens Problem https://codetoexpress.github.io/dailycodebase/day17/ Advanced
Day 18 Frequency Count and Check Power N https://codetoexpress.github.io/dailycodebase/day18/ Beginner
Day 19 Cartesian Product and Shuffle Algorithm https://codetoexpress.github.io/dailycodebase/day19/ Intermediate
Day 20 Array Partition https://codetoexpress.github.io/dailycodebase/day20/ Intermediate
Day 21 Pair Sum N and Max Subarray Sum https://codetoexpress.github.io/dailycodebase/day21/ Intermediate
Day 22 Common Elements Search https://codetoexpress.github.io/dailycodebase/day22/ Intermediate
Day 23 Combination Sum https://codetoexpress.github.io/dailycodebase/day23/ Advanced
Day 24 Array Circular Rotation https://codetoexpress.github.io/dailycodebase/day24/ Intermediate
Day 25 Rotate Square Tile https://codetoexpress.github.io/dailycodebase/day25/ Intermediate
Day 26 Spiral Generation and Copy https://codetoexpress.github.io/dailycodebase/day26/ Advanced
Day 27 The Minesweeper Problem https://codetoexpress.github.io/dailycodebase/day27/ Advanced
Day 28 Linear Search https://codetoexpress.github.io/dailycodebase/day28/ Beginner
Day 29 Binary Search https://codetoexpress.github.io/dailycodebase/day29/ Intermediate
Day 30 Naive Search https://codetoexpress.github.io/dailycodebase/day30/ Intermediate
Day 31 Bubble Sort https://codetoexpress.github.io/dailycodebase/day31/ Beginner
Day 32 Selection Sort https://codetoexpress.github.io/dailycodebase/day32/ Intermediate
Day 33 Insertion Sort https://codetoexpress.github.io/dailycodebase/day33/ Beginner
Day 34 Merge Sort https://codetoexpress.github.io/dailycodebase/day34/ Intermediate
Day 35 Quick Sort https://codetoexpress.github.io/dailycodebase/day35/ Intermediate
Day 36 Radix Sort https://codetoexpress.github.io/dailycodebase/day36/ Intermediate
Day 37 Applications of Searching and Sorting Algorithms https://codetoexpress.github.io/dailycodebase/day37/ Misc
Day 38 Implement Stack Data Structure https://codetoexpress.github.io/dailycodebase/day38/ Beginner
Day 39 Maximum Element and Reverse Stack https://codetoexpress.github.io/dailycodebase/day39/ Intermediate
Day 40 Prefix, Infix, Postfix Conversion https://codetoexpress.github.io/dailycodebase/day40/ Intermediate
Day 41 Implement Queue Data Structure https://codetoexpress.github.io/dailycodebase/day41/ Beginner
Day 42 Alternate Queue Combination https://codetoexpress.github.io/dailycodebase/day42/ Intermediate
Day 43 Queue Reversal https://codetoexpress.github.io/dailycodebase/day43/ Intermediate
Day 44 Queue from Stacks https://codetoexpress.github.io/dailycodebase/day44/ Intermediate
Day 45 Priority Queue https://codetoexpress.github.io/dailycodebase/day45/ Advanced
Day 46 Double Ended Queue https://codetoexpress.github.io/dailycodebase/day46/ Advanced
Day 47 Singly Linked List https://codetoexpress.github.io/dailycodebase/day47/ Intermediate
Day 48 Doubly Linked List https://codetoexpress.github.io/dailycodebase/day48/ Intermediate
Day 49 MiddleMost Node Search https://codetoexpress.github.io/dailycodebase/day49/ Intermediate
Day 50 Nth From Last https://codetoexpress.github.io/dailycodebase/day50/ Intermediate
Day 51 Circular List https://codetoexpress.github.io/dailycodebase/day51/ Intermediate
Day 52 Sort and Reverse https://codetoexpress.github.io/dailycodebase/day52/ Intermediate
Day 53 Implement a Tree https://codetoexpress.github.io/dailycodebase/day53/ Advanced
Day 54 Breadth First Search https://codetoexpress.github.io/dailycodebase/day54/ Advanced
Day 55 Depth First Search https://codetoexpress.github.io/dailycodebase/day55/ Advanced
Day 56 Memoization https://codetoexpress.github.io/dailycodebase/day56/ Advanced
Day 57 Cuckoo Hashing https://codetoexpress.github.io/dailycodebase/day57/ Intermediate
Day 58 Binary Heap https://codetoexpress.github.io/dailycodebase/day58/ Advanced
Day 59 Graphs: Implementation and Traversal https://codetoexpress.github.io/dailycodebase/day59/ Advanced
Day 60 Shortest Path Problem https://codetoexpress.github.io/dailycodebase/day60/ Advanced

A real coder should not be satisfied by doing only one problem daily, rather he/she should keep coding as much as possible. So, here I (@MadhavBahl) am adding some more problems that you can practise πŸ˜ƒ

Also, these problems have been taking form various sources, so ig you think you own any of the given problems, just send me an email at [email protected] and I will be more than happy to give proper credits 😊

Want to contribute?

The file structure is as follows

\DAILY CODE BASE
β”œβ”€β”€β”€BONUS
β”‚   β”œβ”€β”€β”€Algorithms
β”‚   β”œβ”€β”€β”€Arrays
β”‚   β”œβ”€β”€β”€Graphs
β”‚   β”œβ”€β”€β”€LinkedLists
β”‚   β”œβ”€β”€β”€Queues
β”‚   β”œβ”€β”€β”€Recursion
β”‚   β”œβ”€β”€β”€Stacks
β”‚   β”œβ”€β”€β”€Strings
β”‚   └───Trees

In this main README.md, there are links to the README of BONUS directory, and the README.md of sub topics In the README.md of BONUS directory, there is the list of all topics and under that there are all questions In the README.md of any topic directory, say Arrays there is a README which contains all questions of that topic along with the link to the README.md of the directory containing the question The README.md of directory containing the question must contain all the information about the question with some examples and the solution, and a little writeup about the algorithm used.

Before contributing any question, make sure that this structure is followed properly

NOTE

In case you just want to contribute a question and not code, there is no need to do so many things, just open an issue with the topic Problem Submission and the problem in the comments. I'll add it myself, and will give you proper credits πŸ˜ƒ

Practise Problems 😁

  1. Strings
  2. Recursion
  3. Array
  4. Algorithms
  5. Stacks
  6. Queues
  7. Linked Lists
  8. Trees
  9. Graphs
  10. Misc Questions
  11. Object Oriented Programming

Problems on Time and Space Complexity

EXTRA - Past Interview Questions

Here are some of the questions asked previously in major companies like Google, Amazon, Facebook, Microsoft etc.

To Be Added

Timeline

timeline

Disclaimer

I do not own the rights to the questions I will discuss in this Daily Codes initiative. The questions have been collected from various sources and I do not know who created all those questions. If you think you are the owner of any question or any code, send me an email at [email protected], I will be more than happy to give the appropriate credits.

dailycodebase's People

Contributors

ashwek avatar bhanu0202 avatar chaitanya-bhojwani avatar dependabot[bot] avatar dhruv-gupta14 avatar diptochakrabarty avatar divyakhetan avatar hrishi1999 avatar imkaka avatar jwala-anirudh avatar karthikn2099 avatar madhavbahl avatar malhotra1432 avatar manaswinidas avatar mayank-17 avatar nomitpahuja avatar prateek3255 avatar profgrammer avatar razdeep avatar rutujar avatar sagunjaiswal avatar shashankjain12 avatar shubhendra-20 avatar spattk avatar spreeha avatar sva1 avatar udisinghania avatar vishalshirke7 avatar willianwt avatar yashmeh avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

dailycodebase's Issues

Problem Submissions: Trees

Question: Given a binary tree, find a subtree such that the sum of all the nodes in the subtree add up to a number N. If there are multiple subtrees satisfying this criteria, return any one. If there is no subtree that meets the criteria, return an empty tree.

Example 1: Input: Tree = [1, 2, 3, 4, 5, 6, 7, 8, 9, null, 10, null, 12, null, 		 
                          null], N = 21 
		   Output: [4, 8, 9]

The given input array represents the following tree:

	  1
       /    \
    2        3
   /  \      /  \
  4  5   6    7
 / \        \     \   
8   9     10    12

Example 2: Input: Tree = [2, 7, 6], N = 12
 		   Output: []

The given input array represents the following tree:

    2
   /  \
  7    6

Example 3: Input: Tree = [2, 7, 6], N = 9
		   Output: [2, 7]

Weekly Digest (27 January, 2019 - 3 February, 2019)

Here's the Weekly Digest for CodeToExpress/dailycodebase:


ISSUES

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

OPEN ISSUES

πŸ’š #226 Add Implementation of Day 19 question (Cartesian Product and Shuffle Algorithm) in various languages, by MadhavBahlMD
πŸ’š #225 day 22, by Spreeha
πŸ’š #224 day 32, by Spreeha
πŸ’š #223 Create day31_solved, by shubhendra-20
πŸ’š #222 Day32, by imkaka
πŸ’š #221 Day 29, 30 & 31, by imkaka
πŸ’š #220 Combinationsum.py, by DiptoChakrabarty
πŸ’š #219 Bubblesort.py, by DiptoChakrabarty
πŸ’š #218 C++ code for Linear and Binary Search been added, by Karthikn2098
πŸ’š #217 day 31, by Spreeha
πŸ’š #216 Create day29b_solved, by shubhendra-20
πŸ’š #215 Create day29a_solved, by shubhendra-20
πŸ’š #213 day 30, by Spreeha
πŸ’š #212 day28_solved, by shubhendra-20
πŸ’š #210 day 29, by Spreeha
πŸ’š #208 Day 28, 29 - C, by ashwek
πŸ’š #207 Day28, by imkaka
πŸ’š #206 day 21, by Spreeha
πŸ’š #205 Added day14 cpp codes, by YashMeh
πŸ’š #204 Added Day 11 codes in CPP, by YashMeh
πŸ’š #202 First day done in javascript, by prajwalbhatia
πŸ’š #198 Added day10 cpp codes, by YashMeh
πŸ’š #196 Add Implementation of Day 18 question (Frequency Count and Check Power N) in various languages, by MadhavBahlMD
πŸ’š #195 Add Implementation of Day 17 question (N Queens Problem) in various languages, by MadhavBahlMD
πŸ’š #194 Add Implementation of Day 16 question (Tower of Hanoi) in various languages, by MadhavBahlMD

CLOSED ISSUES

❀️ #214 Create day28_solved.cpp, by shubhendra-20
❀️ #211 Completed Day 2 , by nomitpahuja
❀️ #209 add peach12389(neha bindal) as contributor :), by peach12389
❀️ #203 Added palindrome code that works for words containing uppercase and lowecase., by nomitpahuja
❀️ #201 Create day3_solve, by shubhendra-20
❀️ #200 Add C++ solution for day 28 problem, by aaditkamat
❀️ #199 day 28, by Spreeha
❀️ #197 Day1 Complete, by nomitpahuja

NOISY ISSUE

πŸ”ˆ #209 add peach12389(neha bindal) as contributor :), by peach12389
It received 1 comments.


PULL REQUESTS

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

OPEN PULL REQUEST

Last week, 16 pull requests were opened.
πŸ’š #225 day 22, by Spreeha
πŸ’š #224 day 32, by Spreeha
πŸ’š #223 Create day31_solved, by shubhendra-20
πŸ’š #222 Day32, by imkaka
πŸ’š #221 Day 29, 30 & 31, by imkaka
πŸ’š #220 Combinationsum.py, by DiptoChakrabarty
πŸ’š #219 Bubblesort.py, by DiptoChakrabarty
πŸ’š #218 C++ code for Linear and Binary Search been added, by Karthikn2098
πŸ’š #217 day 31, by Spreeha
πŸ’š #216 Create day29b_solved, by shubhendra-20
πŸ’š #215 Create day29a_solved, by shubhendra-20
πŸ’š #213 day 30, by Spreeha
πŸ’š #212 day28_solved, by shubhendra-20
πŸ’š #210 day 29, by Spreeha
πŸ’š #207 Day28, by imkaka
πŸ’š #206 day 21, by Spreeha

UPDATED PULL REQUEST

Last week, 6 pull requests were updated.
πŸ’› #208 Day 28, 29 - C, by ashwek
πŸ’› #205 Added day14 cpp codes, by YashMeh
πŸ’› #204 Added Day 11 codes in CPP, by YashMeh
πŸ’› #202 First day done in javascript, by prajwalbhatia
πŸ’› #198 Added day10 cpp codes, by YashMeh
πŸ’› #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, 8 pull requests were merged.
πŸ’œ #214 Create day28_solved.cpp, by shubhendra-20
πŸ’œ #211 Completed Day 2 , by nomitpahuja
πŸ’œ #209 add peach12389(neha bindal) as contributor :), by peach12389
πŸ’œ #201 Create day3_solve, by shubhendra-20
πŸ’œ #200 Add C++ solution for day 28 problem, by aaditkamat
πŸ’œ #199 day 28, by Spreeha
πŸ’œ #197 Day1 Complete, by nomitpahuja
πŸ’œ #192 day1_solve.cpp, by shubhendra-20


COMMITS

Last week there were 20 commits.
πŸ› οΈ Add day 32 by MadhavBahlMD
πŸ› οΈ Add day 32 by MadhavBahlMD
πŸ› οΈ Add day 31 by MadhavBahlMD
πŸ› οΈ Add day 31 by MadhavBahlMD
πŸ› οΈ [Completed Day 2 (#211) * Day1 Complete

  • Adding Palindrome code that even works for words that includes both uppercase and lowercase

  • Adding Palindrome code that even works for words that includes both uppercase and lowercase

  • adding reverseString and updating readme](b9a7e7c) by nomitpahuja
    πŸ› οΈ Create day28_solved.cpp (#214) by shubhendra-20
    πŸ› οΈ Add day 30 by MadhavBahlMD
    πŸ› οΈ Bug fixes by MadhavBahlMD
    πŸ› οΈ Improve README content by MadhavBahlMD
    πŸ› οΈ Merge branch 'master' of github.com:CodeToExpress/dailycodebase by MadhavBahlMD
    πŸ› οΈ Improve README.md by MadhavBahlMD
    πŸ› οΈ [add peach12389(neha bindal) as contributor :) (#209) * add peach12389(neha bindal) as contributor :)

  • Update README.md

  • Update README.md

  • Update and rename day22.java to day2_neha.java](568d1f7) by peach12389
    πŸ› οΈ Add day 29 by MadhavBahlMD
    πŸ› οΈ Day1 Complete (#197) by nomitpahuja
    πŸ› οΈ [Add C++ solution for day 28 problem (#200) * 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 [email protected]

  • Update Day 10 README

Signed-off-by: Aadit Rahul Kamat [email protected]

  • Change heading in README and remove empty directory in day 9

Signed-off-by: Aadit Rahul Kamat [email protected]

  • 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 [email protected]

  • Update Day 16 README with Ruby implementation

Signed-off-by: Aadit Rahul Kamat [email protected]

  • Change wording of print statement

Signed-off-by: Aadit Rahul Kamat [email protected]

  • Add Python solution to Day 17 problem

Signed-off-by: Aadit Rahul Kamat [email protected]

  • Add Python implementation to Day 17 README

Signed-off-by: Aadit Rahul Kamat [email protected]

  • 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 [email protected]

Hamming Distance Problem


CONTRIBUTORS

Last week there were 6 contributors.
πŸ‘€ MadhavBahlMD
πŸ‘€ nomitpahuja
πŸ‘€ shubhendra-20
πŸ‘€ peach12389
πŸ‘€ aaditkamat
πŸ‘€ Spreeha


STARGAZERS

Last week there were 5 stagazers.
⭐ aherbhagya
⭐ santhoshmargan
⭐ SrikarNanduri
⭐ amilaneni99
⭐ thestarvingcoder
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. πŸ“†

Phase 1 is over, Help us improve 😍

Feedbacks and Suggestions

What all did we see till now?

Now that we are proceeding towards the phase 2 of Daily Codes initiative, here are the things that we focused on phase 1,

  • Basic questions
  • String Manipulation programs
  • Recursion
  • Array based programs
  • Time and space complexity in various programs
  • Searching algorithms
  • Sorting algorithms
  • Applications based on searching and sorting algorithms

Help us improve

It's been a long journey, and I hope the people who are following this initiative daily are getting benefitted.
Moreover, we would love to have your valuable feedback, and suggestions.

Just comment on this issue whatever you feel

Thanks for being a part, we love you all. Let's make this world a better place through code

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

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 (#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 [email protected]

  • Update Day 10 README

Signed-off-by: Aadit Rahul Kamat [email protected]

  • Change heading in README and remove empty directory in day 9

Signed-off-by: Aadit Rahul Kamat [email protected]

  • 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 [email protected]

  • Update Day 16 README with Ruby implementation

Signed-off-by: Aadit Rahul Kamat [email protected]

  • Change wording of print statement

Signed-off-by: Aadit Rahul Kamat [email protected]

  • Add Python solution to Day 17 problem

Signed-off-by: Aadit Rahul Kamat [email protected]

  • Add Python implementation to Day 17 README

Signed-off-by: Aadit Rahul Kamat [email protected]

  • 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 [email protected]

  • Add Ruby solution for Day 21 problem

Signed-off-by: Halid Altuner [email protected]

  • Update day 21 README with Ruby implementation

Signed-off-by: Halid Altuner [email protected]](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 (#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 (#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 [email protected]

  • Update Day 10 README

Signed-off-by: Aadit Rahul Kamat [email protected]

  • Change heading in README and remove empty directory in day 9

Signed-off-by: Aadit Rahul Kamat [email protected]

  • 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 [email protected]

  • Update Day 16 README with Ruby implementation

Signed-off-by: Aadit Rahul Kamat [email protected]

  • Change wording of print statement

Signed-off-by: Aadit Rahul Kamat [email protected]

  • Add Python solution to Day 17 problem

Signed-off-by: Aadit Rahul Kamat [email protected]

  • Add Python implementation to Day 17 README

Signed-off-by: Aadit Rahul Kamat [email protected]](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. πŸ“†

Fix day4 README

The README markdown has been broken with the last commit.

Weekly Digest (6 January, 2019 - 13 January, 2019)

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 (#157) * inital commit

  • Python3 code updated](fb5d23e) by hiteshsubnani0128
    πŸ› οΈ [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 (#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 [email protected]

  • Update Day 10 README

Signed-off-by: Aadit Rahul Kamat [email protected]

  • Change heading in README and remove empty directory in day 9

Signed-off-by: Aadit Rahul Kamat [email protected]

  • 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 [email protected]

  • Update Day 16 README with Ruby implementation

Signed-off-by: Aadit Rahul Kamat [email protected]

  • Change wording of print statement

Signed-off-by: Aadit Rahul Kamat [email protected]](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 (#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 (#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 [email protected]

  • Update Day 10 README

Signed-off-by: Aadit Rahul Kamat [email protected]

  • Change heading in README and remove empty directory in day 9

Signed-off-by: Aadit Rahul Kamat [email protected]

  • 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 [email protected]

  • Add Day 15 solution in Ruby

Signed-off-by: Aadit Rahul Kamat [email protected]

  • Update Day 15 README with Ruby and Python implementations

Signed-off-by: Aadit Rahul Kamat [email protected]

  • Update fibonacci.py](81cf9f5) by aaditkamat
    πŸ› οΈ [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 [email protected]

  • Update Day 10 README

Signed-off-by: Aadit Rahul Kamat [email protected]

  • Change heading in README and remove empty directory in day 9

Signed-off-by: Aadit Rahul Kamat [email protected]

  • 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 [email protected]

  • Update Day 14 Ruby Implementation in README

Signed-off-by: Aadit Rahul Kamat [email protected]](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 (#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 [email protected]

  • Update Day 10 README

Signed-off-by: Aadit Rahul Kamat [email protected]

  • Change heading in README and remove empty directory in day 9

Signed-off-by: Aadit Rahul Kamat [email protected]


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. πŸ“†

Weekly Digest (3 March, 2019 - 10 March, 2019)

Here's the Weekly Digest for CodeToExpress/dailycodebase:


ISSUES

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

OPEN ISSUES

πŸ’š #273 Day05: Patterns in C++ , by AkshitAggarwal
πŸ’š #272 DAY3 README.md formatting error, by Razdeep
πŸ’š #271 Add Implementation of Day 25 question (Rotate Square Tile) in various languages, by MadhavBahlMD
πŸ’š #270 Add Implementation of Day 24 question (Array Circular Rotation) in various languages, by MadhavBahlMD
πŸ’š #269 Add Implementation of Day 23 question (Combination Sum) in various languages, by MadhavBahlMD


PULL REQUESTS

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

UPDATED PULL REQUEST

Last week, 2 pull requests were updated.
πŸ’› #273 Day05: Patterns in C++ , by AkshitAggarwal
πŸ’› #263 Final Commit for Doubly Linked List, by abhishek-07


COMMITS

Last week there were 6 commits.
πŸ› οΈ add day 57 by MadhavBahlMD
πŸ› οΈ Update README by MadhavBahlMD
πŸ› οΈ Add day 56 by MadhavBahlMD
πŸ› οΈ Add day 55 by MadhavBahlMD
πŸ› οΈ Add day 54 by MadhavBahlMD
πŸ› οΈ Add day 53 by MadhavBahlMD


CONTRIBUTORS

Last week there was 1 contributor.
πŸ‘€ MadhavBahlMD


STARGAZERS

Last week there were no stargazers.


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. πŸ“†

Weekly Digest (17 February, 2019 - 24 February, 2019)

Here's the Weekly Digest for CodeToExpress/dailycodebase:


ISSUES

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

OPEN ISSUES

πŸ’š #260 Java Implementation for days 45 and 46, by aaditkamat
πŸ’š #259 Day 44 C++ implementation, by aaditkamat
πŸ’š #258 Day43cpp, by profgrammer
πŸ’š #257 Add C++ implementation of Day 43 problem, by aaditkamat
πŸ’š #256 added cpp code for day 38 stack, by profgrammer
πŸ’š #254 Add C++ implementation for day 42, by aaditkamat
πŸ’š #253 Add C++ implementation for Day 41, by aaditkamat

CLOSED ISSUES

❀️ #261 Create LICENSE, by MadhavBahlMD
❀️ #255 Added cpp implementation of rotateTile(Day25), by Razdeep


PULL REQUESTS

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

OPEN PULL REQUEST

Last week, 5 pull requests were opened.
πŸ’š #260 Java Implementation for days 45 and 46, by aaditkamat
πŸ’š #258 Day43cpp, by profgrammer
πŸ’š #257 Add C++ implementation of Day 43 problem, by aaditkamat
πŸ’š #254 Add C++ implementation for day 42, by aaditkamat
πŸ’š #253 Add C++ implementation for Day 41, by aaditkamat

UPDATED PULL REQUEST

Last week, 4 pull requests were updated.
πŸ’› #259 Day 44 C++ implementation, by aaditkamat
πŸ’› #256 added cpp code for day 38 stack, by profgrammer
πŸ’› #202 First day done in javascript, by prajwalbhatia
πŸ’› #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, 3 pull requests were merged.
πŸ’œ #261 Create LICENSE, by MadhavBahlMD
πŸ’œ #255 Added cpp implementation of rotateTile(Day25), by Razdeep
πŸ’œ #245 day 38, by Spreeha


COMMITS

Last week there were 10 commits.
πŸ› οΈ Create LICENSE (#261) by MadhavBahlMD
πŸ› οΈ Add day 46 - deque by MadhavBahlMD
πŸ› οΈ Add day 45 by MadhavBahlMD
πŸ› οΈ Add day 44 by MadhavBahlMD
πŸ› οΈ Add day 43 by MadhavBahlMD
πŸ› οΈ Merge branch 'master' of github.com:CodeToExpress/dailycodebase by MadhavBahlMD
πŸ› οΈ Add day 43 by MadhavBahlMD
πŸ› οΈ day 38 (#245) by Spreeha
πŸ› οΈ Merge pull request #255 from Razdeep/rrc Added cpp implementation of rotateTile(Day25) by Razdeep
πŸ› οΈ Added cpp implementation of rotateTile(Day25) by Razdeep


CONTRIBUTORS

Last week there were 3 contributors.
πŸ‘€ MadhavBahlMD
πŸ‘€ Spreeha
πŸ‘€ Razdeep


STARGAZERS

Last week there was 1 stargazer.
⭐ Spreeha
You are the star! 🌟


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. πŸ“†

Add Implementation of Day 13 question (Factorial and Fibonacci using Recursion) in various languages

Check list:

Add Implementation of Day 19 question (Cartesian Product and Shuffle Algorithm) in various languages

Check list:

Broken README in Day1, 2 & 3

Image ques.png is not loading in Day1, Day2 & Day3 README.md because the images are added in different folders.
ques.png is added in day1 but used in Day1

Weekly Digest (10 February, 2019 - 17 February, 2019)

Here's the Weekly Digest for CodeToExpress/dailycodebase:


ISSUES

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

OPEN ISSUES

πŸ’š #251 Day16 toh, by rajashree23
πŸ’š #250 Day16, by mishramonalisha76
πŸ’š #249 Update README, by aaditkamat
πŸ’š #248 Day 39 implementation in C++, by aaditkamat
πŸ’š #247 Day 36 C++ implementation, by aaditkamat
πŸ’š #246 Day 38 C++ implementation, by aaditkamat
πŸ’š #245 day 38, by Spreeha
πŸ’š #244 Phase 1 is over, Help us improve 😍, by MadhavBahlMD
πŸ’š #243 Day36, by imkaka
πŸ’š #242 Vowel count in a given String!, by abhishek-07

LIKED ISSUE

πŸ‘ #244 Phase 1 is over, Help us improve 😍, by MadhavBahlMD
It received πŸ‘ x1, πŸ˜„ x0, πŸŽ‰ x1 and ❀️ x0.

NOISY ISSUE

πŸ”ˆ #250 Day16, by mishramonalisha76
It received 1 comments.


PULL REQUESTS

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

OPEN PULL REQUEST

Last week, 5 pull requests were opened.
πŸ’š #249 Update README, by aaditkamat
πŸ’š #248 Day 39 implementation in C++, by aaditkamat
πŸ’š #247 Day 36 C++ implementation, by aaditkamat
πŸ’š #246 Day 38 C++ implementation, by aaditkamat
πŸ’š #243 Day36, by imkaka

UPDATED PULL REQUEST

Last week, 6 pull requests were updated.
πŸ’› #251 Day16 toh, by rajashree23
πŸ’› #250 Day16, by mishramonalisha76
πŸ’› #245 day 38, by Spreeha
πŸ’› #242 Vowel count in a given String!, by abhishek-07
πŸ’› #237 Update README.md, by rutujar
πŸ’› #176 Add Python implementations for Day 18 and Day 19 problems as well as Ruby implementation for Day 20 problem, by aaditkamat


COMMITS

Last week there were 10 commits.
πŸ› οΈ Add day42 by MadhavBahlMD
πŸ› οΈ Add day42 by MadhavBahlMD
πŸ› οΈ Fix day 40 and 41 by MadhavBahlMD
πŸ› οΈ Add day 41 by MadhavBahlMD
πŸ› οΈ Add day40 by MadhavBahlMD
πŸ› οΈ Add day40 by MadhavBahlMD
πŸ› οΈ Add day 39 by MadhavBahlMD
πŸ› οΈ Update README.md by MadhavBahlMD
πŸ› οΈ Update README.md by MadhavBahlMD
πŸ› οΈ Add day 38 by MadhavBahlMD


CONTRIBUTORS

Last week there was 1 contributor.
πŸ‘€ MadhavBahlMD


STARGAZERS

Last week there were 4 stagazers.
⭐ prachik2
⭐ IbrahimAbdallahElgendy
⭐ shubh-151410
⭐ kingsabru
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. πŸ“†

Weekly Digest (3 February, 2019 - 10 February, 2019)

Here's the Weekly Digest for CodeToExpress/dailycodebase:


ISSUES

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

OPEN ISSUES

πŸ’š #240 Day3 Completed, by nomitpahuja
πŸ’š #238 Create Binary_Search.c, by rutujar
πŸ’š #237 Update README.md, by rutujar
πŸ’š #236 Add day 37, by rutujar
πŸ’š #235 Insertion Sort, by shubhendra-20

CLOSED ISSUES

❀️ #239 Create Binary_Search.c, by rutujar
❀️ #234 Fixes, by imkaka
❀️ #233 Quick Sort, by imkaka
❀️ #232 Selection Sort, by shubhendra-20
❀️ #231 Merge Sort, by imkaka
❀️ #230 day 33, by Spreeha
❀️ #229 Day33, by imkaka
❀️ #228 day 24 and 25, by Spreeha

NOISY ISSUE

πŸ”ˆ #238 Create Binary_Search.c, by rutujar
It received 1 comments.


PULL REQUESTS

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

UPDATED PULL REQUEST

Last week, 6 pull requests were updated.
πŸ’› #240 Day3 Completed, by nomitpahuja
πŸ’› #238 Create Binary_Search.c, by rutujar
πŸ’› #237 Update README.md, by rutujar
πŸ’› #236 Add day 37, by rutujar
πŸ’› #235 Insertion Sort, by shubhendra-20
πŸ’› #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, 25 pull requests were merged.
πŸ’œ #234 Fixes, by imkaka
πŸ’œ #233 Quick Sort, by imkaka
πŸ’œ #232 Selection Sort, by shubhendra-20
πŸ’œ #231 Merge Sort, by imkaka
πŸ’œ #230 day 33, by Spreeha
πŸ’œ #229 Day33, by imkaka
πŸ’œ #228 day 24 and 25, by Spreeha
πŸ’œ #225 day 22, by Spreeha
πŸ’œ #224 day 32, by Spreeha
πŸ’œ #223 Create day31_solved, by shubhendra-20
πŸ’œ #222 Day32, by imkaka
πŸ’œ #221 Day 29, 30 & 31, by imkaka
πŸ’œ #220 Combinationsum.py, by DiptoChakrabarty
πŸ’œ #219 Bubblesort.py, by DiptoChakrabarty
πŸ’œ #218 C++ code for Linear and Binary Search been added, by Karthikn2098
πŸ’œ #217 day 31, by Spreeha
πŸ’œ #216 Create day29b_solved, by shubhendra-20
πŸ’œ #215 Create day29a_solved, by shubhendra-20
πŸ’œ #213 day 30, by Spreeha
πŸ’œ #212 day28_solved, by shubhendra-20
πŸ’œ #210 day 29, by Spreeha
πŸ’œ #208 Day 28, 29 - C, by ashwek
πŸ’œ #207 Day28, by imkaka
πŸ’œ #198 Added day10 cpp codes, by YashMeh
πŸ’œ #179 day19 implementation in c++, by dhruv-gupta14


COMMITS

Last week there were 33 commits.
πŸ› οΈ Update README.md by MadhavBahlMD
πŸ› οΈ Add day37 by MadhavBahlMD
πŸ› οΈ [Day28 (#207) * Add @imkaka as a contributor

Linear Search

Binary Search Using Iteration

  • Rename day29a_solved to day29a_shubhendra-20](79c2a9b) by shubhendra-20
    πŸ› οΈ [Create day29b_solved (#216) * Create day29b_solved

Binary Search Using Recursion

  • Rename day29b_solved to day29b_shubhendra-20](19a8d01) by shubhendra-20
    πŸ› οΈ day 31 (#217) by Spreeha
    πŸ› οΈ [C++ code for Linear and Binary Search been added (#218) * factorial in c++

  • fibonacci recursion

  • c++ code for day14

  • C++ solution for day15 added

  • day1 FizzBuzz Code in C++

  • C++ code for day2

  • day 28 c++ solution

  • binary search algorithm for sorted array](fab5ff7) by Karthikn2098
    πŸ› οΈ [Bubblesort.py (#219) * Bubblesort.py

Bubble sort using loops


CONTRIBUTORS

Last week there were 9 contributors.
πŸ‘€ MadhavBahlMD
πŸ‘€ imkaka
πŸ‘€ YashMeh
πŸ‘€ dhruv-gupta14
πŸ‘€ ashwek
πŸ‘€ Spreeha
πŸ‘€ shubhendra-20
πŸ‘€ Karthikn2098
πŸ‘€ DiptoChakrabarty


STARGAZERS

Last week there were 2 stagazers.
⭐ TheRealMentor
⭐ manumanoj0010
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. πŸ“†

Weekly Digest (24 February, 2019 - 3 March, 2019)

Here's the Weekly Digest for CodeToExpress/dailycodebase:


ISSUES

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

OPEN ISSUES

πŸ’š #267 Add Implementation of Day 22 question (Common Elements Search) in various languages , by MadhavBahlMD
πŸ’š #266 Add Implementation of Day 21 question (Pair Sum N and Max Subarray Sum) in various languages, by MadhavBahlMD
πŸ’š #265 Add Implementation of Day 20 question (Array Partition) in various languages , by MadhavBahlMD
πŸ’š #264 Add C++ solution for day 49, by aaditkamat
πŸ’š #263 Final Commit for Doubly Linked List, by abhishek-07


PULL REQUESTS

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

OPEN PULL REQUEST

Last week, 2 pull requests were opened.
πŸ’š #264 Add C++ solution for day 49, by aaditkamat
πŸ’š #263 Final Commit for Doubly Linked List, by abhishek-07

MERGED PULL REQUEST

Last week, 1 pull request was merged.
πŸ’œ #251 Day16 toh, by rajashree23


COMMITS

Last week there were 9 commits.
πŸ› οΈ Update README by MadhavBahlMD
πŸ› οΈ Merge branch 'master' of github.com:CodeToExpress/dailycodebase by MadhavBahlMD
πŸ› οΈ Add day 52 by MadhavBahlMD
πŸ› οΈ [Day16 toh (#251) * Add @rajashree23 as a contributor


CONTRIBUTORS

Last week there were 2 contributors.
πŸ‘€ MadhavBahlMD
πŸ‘€ rajashree23


STARGAZERS

Last week there were 5 stagazers.
⭐ scorpiocodes
⭐ vasantvohra
⭐ DiptoChakrabarty
⭐ Prantikhere
⭐ HrithikMittal
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. πŸ“†

Weekly Digest (30 December, 2018 - 6 January, 2019)

Here's the Weekly Digest for CodeToExpress/dailycodebase:


ISSUES

Last week 48 issues were created.
Of these, 41 issues have been closed and 7 issues are still open.

OPEN ISSUES

πŸ’š #133 Adding Java Code, by spattk
πŸ’š #132 added header comments, by Spreeha
πŸ’š #128 day 12, by Spreeha
πŸ’š #127 Add Implementation of Day 11 question (Longest Common Substring) in various languages , by MadhavBahlMD
πŸ’š #126 Add Implementation of Day 10 question (String Permutation Problem) in various languages #82, by MadhavBahlMD
πŸ’š #125 Add Implementation of Day 9 question (Smallest Substring Problem) in various languages , by MadhavBahlMD
πŸ’š #124 Add Implementation of Day 8 question (Min Edit Distance) in various languages , by MadhavBahlMD

CLOSED ISSUES

❀️ #131 added rabin karp and boyer moore in python, by prateek3255
❀️ #130 Adding Java Code for Day 11, by spattk
❀️ #129 added brute force and kmp in python, by prateek3255
❀️ #123 Day11, by imkaka
❀️ #122 Update personal solution to Day 10 problem in Python, by aaditkamat
❀️ #121 added code day11, by divyakhetan
❀️ #120 Create day3-hamming-distance-mayank-17, by mayank-17
❀️ #119 Create day2-String-Reversal-Palindrome-mayank-17, by mayank-17
❀️ #118 Create day1-fizzbuzz-mayank, by mayank-17
❀️ #117 day 11, by Spreeha
❀️ #116 Add Day 10 & Day 11 - Java Implementation, by chaitanya-bhojwani
❀️ #115 Python Implementation of Day 11 problem, by aaditkamat
❀️ #114 Python solution for day 10 and day 11, by vishalshirke7
❀️ #113 Change heading for Day 10 README and remove dailycodebase directory for Day 9, by aaditkamat
❀️ #112 Day 9 and 10., by imkaka
❀️ #111 Adding Java Code, by spattk
❀️ #110 Added python solution for day 10, by vishalshirke7
❀️ #109 Day 10 - Python, by ashwek
❀️ #108 Improves CONTRIBUTORS.md, by manaswinidas
❀️ #107 day 9 and day 10 , by divyakhetan
❀️ #106 day 10, by Spreeha
❀️ #105 Geekykarthik, by GeekyKarthiK
❀️ #104 Day 10 Python implementation, by aaditkamat
❀️ #103 Add @manaswinidas as a contributor, by Razdeep
❀️ #102 day9, by Spreeha
❀️ #101 Day - 9 - Java Implementation, by chaitanya-bhojwani
❀️ #100 added code day8, by divyakhetan
❀️ #99 Day8, by imkaka
❀️ #98 cpp code for day 7 and 8, by profgrammer
❀️ #97 day8, by Spreeha
❀️ #96 Rrc, by Razdeep
❀️ #95 day 8 implementation in c++, by dhruv-gupta14
❀️ #94 day8 code -divyakhetan, by divyakhetan
❀️ #93 Add implementations for Day 8 in C++, Java, Python & Ruby, by aaditkamat
❀️ #92 Edited my python solution for day 7, by vishalshirke7
❀️ #91 Add @Spreeha as a contributor, by Razdeep
❀️ #90 day 7 with date, by Spreeha
❀️ #89 dailycodebase, by divyakhetan
❀️ #87 cpp code for day 2 and 3, by profgrammer
❀️ #86 dailycodebase, by divyakhetan
❀️ #85 Pythoncodeday1, by profgrammer

NOISY ISSUE

πŸ”ˆ #92 Edited my python solution for day 7, by vishalshirke7
It received 2 comments.


PULL REQUESTS

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

OPEN PULL REQUEST

Last week, 1 pull request was opened.
πŸ’š #132 added header comments, by Spreeha

UPDATED PULL REQUEST

Last week, 2 pull requests were updated.
πŸ’› #133 Adding Java Code, by spattk
πŸ’› #128 day 12, by Spreeha

MERGED PULL REQUEST

Last week, 39 pull requests were merged.
πŸ’œ #129 added brute force and kmp in python, by prateek3255
πŸ’œ #123 Day11, by imkaka
πŸ’œ #122 Update personal solution to Day 10 problem in Python, by aaditkamat
πŸ’œ #121 added code day11, by divyakhetan
πŸ’œ #120 Create day3-hamming-distance-mayank-17, by mayank-17
πŸ’œ #119 Create day2-String-Reversal-Palindrome-mayank-17, by mayank-17
πŸ’œ #118 Create day1-fizzbuzz-mayank, by mayank-17
πŸ’œ #117 day 11, by Spreeha
πŸ’œ #116 Add Day 10 & Day 11 - Java Implementation, by chaitanya-bhojwani
πŸ’œ #115 Python Implementation of Day 11 problem, by aaditkamat
πŸ’œ #114 Python solution for day 10 and day 11, by vishalshirke7
πŸ’œ #113 Change heading for Day 10 README and remove dailycodebase directory for Day 9, by aaditkamat
πŸ’œ #112 Day 9 and 10., by imkaka
πŸ’œ #111 Adding Java Code, by spattk
πŸ’œ #109 Day 10 - Python, by ashwek
πŸ’œ #108 Improves CONTRIBUTORS.md, by manaswinidas
πŸ’œ #107 day 9 and day 10 , by divyakhetan
πŸ’œ #106 day 10, by Spreeha
πŸ’œ #105 Geekykarthik, by GeekyKarthiK
πŸ’œ #104 Day 10 Python implementation, by aaditkamat
πŸ’œ #103 Add @manaswinidas as a contributor, by Razdeep
πŸ’œ #102 day9, by Spreeha
πŸ’œ #101 Day - 9 - Java Implementation, by chaitanya-bhojwani
πŸ’œ #100 added code day8, by divyakhetan
πŸ’œ #99 Day8, by imkaka
πŸ’œ #98 cpp code for day 7 and 8, by profgrammer
πŸ’œ #97 day8, by Spreeha
πŸ’œ #96 Rrc, by Razdeep
πŸ’œ #95 day 8 implementation in c++, by dhruv-gupta14
πŸ’œ #93 Add implementations for Day 8 in C++, Java, Python & Ruby, by aaditkamat
πŸ’œ #92 Edited my python solution for day 7, by vishalshirke7
πŸ’œ #91 Add @Spreeha as a contributor, by Razdeep
πŸ’œ #90 day 7 with date, by Spreeha
πŸ’œ #89 dailycodebase, by divyakhetan
πŸ’œ #87 cpp code for day 2 and 3, by profgrammer
πŸ’œ #86 dailycodebase, by divyakhetan
πŸ’œ #85 Pythoncodeday1, by profgrammer
πŸ’œ #84 Add @profgrammer as a contributor, by profgrammer
πŸ’œ #79 oneEdit, by Spreeha


COMMITS

Last week there were 55 commits.
πŸ› οΈ Add Bruteforce Java and inbuilt JS methods by MadhavBahlMD
πŸ› οΈ [added brute force and kmp in python (#129) * added brute force and kmp in python

  • added author comment](acbe6aa) by prateek3255
    πŸ› οΈ [Update personal solution to Day 10 problem in Python (#122) * 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 [email protected]

  • Update Day 10 README

Signed-off-by: Aadit Rahul Kamat [email protected]

  • Change heading in README and remove empty directory in day 9

Signed-off-by: Aadit Rahul Kamat [email protected]

  • Update README.md

  • Update day 10 Python solution

Signed-off-by: Aadit Rahul Kamat [email protected]

  • Add the updated solution to day 10 README

Signed-off-by: Aadit Rahul Kamat [email protected]](4c01223) by aaditkamat
πŸ› οΈ [Day11 (#123) * Add @imkaka as a contributor

  • day4

  • day11](5ee17fe) by imkaka
    πŸ› οΈ [Python Implementation of Day 11 problem (#115) * 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 [email protected]

  • Update Day 10 README

Signed-off-by: Aadit Rahul Kamat [email protected]

  • Change heading in README and remove empty directory in day 9

Signed-off-by: Aadit Rahul Kamat [email protected]

  • Update README.md

  • Add solution to Day 11 problem in Python

  • added code 11 (#121)

  • day 11 (#117)

  • Python solution for day 10 and day 11 (#114)

  • 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

  • Add Day 10 & Day 11 - Java Implementation (#116)

  • Update @chaitanya-bhojwani as a contributor

  • Java Implementation

  • Add day 10 and day 11

  • Add day 12

  • Update day 11 README

Signed-off-by: Aadit Rahul Kamat [email protected]](8cefa4c) by aaditkamat
πŸ› οΈ [Create day2-String-Reversal-Palindrome-mayank-17 (#119) * Create day2-String-Reversal-Palindrome-mayank-17

  • Update day2-String-Reversal-Palindrome-mayank-17](1c181f4) by mayank-17
    πŸ› οΈ [Create day3-hamming-distance-mayank-17 (#120) * Create day3-hamming-distance-mayank-17

  • Update day3-hamming-distance-mayank-17](57476ac) by mayank-17
    πŸ› οΈ Add day 12 by MadhavBahlMD
    πŸ› οΈ [Add Day 10 & Day 11 - Java Implementation (#116) * Update @chaitanya-bhojwani as a contributor

  • Java Implementation

  • Add day 10 and day 11](abf05b0) by chaitanya-bhojwani
    πŸ› οΈ [Python solution for day 10 and day 11 (#114) * 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](9080b91) by vishalshirke7
    πŸ› οΈ day 11 (#117) by Spreeha
    πŸ› οΈ added code 11 (#121) by divyakhetan
    πŸ› οΈ [Change heading for Day 10 README and remove dailycodebase directory for Day 9 (#113) * 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 [email protected]

  • Update Day 10 README

Signed-off-by: Aadit Rahul Kamat [email protected]

  • Change heading in README and remove empty directory in day 9

Signed-off-by: Aadit Rahul Kamat [email protected]

added python implementation + fixed title

  • Update README.md

  • Update str_permutations.py](0875503) by ashwek
    πŸ› οΈ Add ques.png by MadhavBahlMD
    πŸ› οΈ Add day 11 by MadhavBahlMD
    πŸ› οΈ Add backtracking solution by MadhavBahlMD
    πŸ› οΈ fix all contributors badge by MadhavBahlMD
    πŸ› οΈ [Day8 (#99) * Add @imkaka as a contributor

  • day4

  • Day 8](300ee3b) by imkaka
    πŸ› οΈ [Day - 9 - Java Implementation (#101) * Update @chaitanya-bhojwani as a contributor

  • Java Implementation](deff5c4) by chaitanya-bhojwani
    πŸ› οΈ [Geekykarthik (#105) * Add geekykarthik as a contributor

  • Add geekykarthik as a contributor](3c13c76) by GeekyKarthiK
    πŸ› οΈ day9 (#102) by Spreeha
    πŸ› οΈ [day 9 and day 10 (#107) * added code and readme day9

  • added code and readme day9

  • added code and readme day10](b8438c4) by divyakhetan
    πŸ› οΈ day 10 (#106) by Spreeha
    πŸ› οΈ [Day 10 Python implementation (#104) * 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 [email protected]

  • Update Day 10 README

Signed-off-by: Aadit Rahul Kamat [email protected]](c8ef407) by aaditkamat
πŸ› οΈ Improves CONTRIBUTORS.md (#108) by manaswinidas
πŸ› οΈ cpp code for day 7 and 8 (#98) by profgrammer
πŸ› οΈ Update README.md by MadhavBahlMD
πŸ› οΈ Add Day 10 question by MadhavBahlMD
πŸ› οΈ Add @manaswinidas as a contributor (#103) by Razdeep
πŸ› οΈ added code day8 (#100) by divyakhetan
πŸ› οΈ [Add implementations for Day 8 in C++, Java, Python & Ruby (#93) * Add @aaditkamat as a contributor


CONTRIBUTORS

Last week there were 16 contributors.
πŸ‘€ MadhavBahlMD
πŸ‘€ prateek3255
πŸ‘€ aaditkamat
πŸ‘€ imkaka
πŸ‘€ mayank-17
πŸ‘€ chaitanya-bhojwani
πŸ‘€ vishalshirke7
πŸ‘€ Spreeha
πŸ‘€ divyakhetan
πŸ‘€ spattk
πŸ‘€ ashwek
πŸ‘€ GeekyKarthiK
πŸ‘€ manaswinidas
πŸ‘€ profgrammer
πŸ‘€ Razdeep
πŸ‘€ dhruv-gupta14


STARGAZERS

Last week there were 11 stagazers.
⭐ mohancm
⭐ gokul1630
⭐ Piyushhbhutoria
⭐ chaitanya-bhojwani
⭐ priyanshu-kr
⭐ NandanSatheesh
⭐ kindacoder
⭐ Runiko
⭐ muhtarudinsiregar
⭐ S2606
⭐ Roshni0
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. πŸ“†

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

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 (#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 [email protected]

  • Update Day 10 README

Signed-off-by: Aadit Rahul Kamat [email protected]

  • Change heading in README and remove empty directory in day 9

Signed-off-by: Aadit Rahul Kamat [email protected]

  • 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 [email protected]

  • Update Day 16 README with Ruby implementation

Signed-off-by: Aadit Rahul Kamat [email protected]

  • Change wording of print statement

Signed-off-by: Aadit Rahul Kamat [email protected]

  • Add Python solution to Day 17 problem

Signed-off-by: Aadit Rahul Kamat [email protected]

  • Add Python implementation to Day 17 README

Signed-off-by: Aadit Rahul Kamat [email protected]

  • 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 [email protected]

  • Add CMakeLists.txt to gitignore

Signed-off-by: Aadit Kamat [email protected]

  • Add Ruby Solution to day 24 problem

Signed-off-by: Aadit Kamat [email protected]

  • Add Ruby solution to day 24 README

Signed-off-by: Aadit Kamat [email protected]](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. πŸ“†

Weekly Digest (17 December, 2018 - 24 December, 2018)

Here's the Weekly Digest for CodeToExpress/dailycodebase:


ISSUES

Last week 35 issues were created.
Of these, 28 issues have been closed and 7 issues are still open.

OPEN ISSUES

πŸ’š #35 Add Implementation of Day 2 question in various languages, by MadhavBahlMD
πŸ’š #33 Day1, by Utkarshmalik
πŸ’š #23 Create fizzbuzz.cpp, by shivank86
πŸ’š #19 Add Implementation of Day 1 question (Fizz Buzz Problem) in various languages, by MadhavBahlMD
πŸ’š #18 Add SanyaAttri as a contributor, by SanyaAttri
πŸ’š #17 1FizzBuzz.cpp, by SanyaAttri
πŸ’š #5 Add a LICENSE, by Razdeep

CLOSED ISSUES

❀️ #34 Improves CONTRIBUTING.md, by manaswinidas
❀️ #32 Day1-FizzBuzz Problem, by Utkarshmalik
❀️ #31 Day 2: String Reverse and Palindrome problem Ruby Implementation, by aaditkamat
❀️ #30 daily code, by Shashankjain12
❀️ #29 Day 1: Fizz Buzz problem Ruby implementation, by aaditkamat
❀️ #28 Day 2 (Reverse + Palindrome) - C, by ashwek
❀️ #27 Day2, by imkaka
❀️ #26 Day 2 (Reverse + Palindrome) - Python, by ashwek
❀️ #25 Create c++, by shivank86
❀️ #24 Added C++ implementation of String Reversal, by Razdeep
❀️ #22 Fixed all-contributors configuration, by Razdeep
❀️ #21 fizzbuzz in c++, by dhruv-gupta14
❀️ #20 FizzBuzz, by Shashankjain12
❀️ #16 FizzBuzz2 - Python, by ashwek
❀️ #15 Add @imkaka as a contributor, by imkaka
❀️ #14 Added implementation of fizzbuzz in go, by Ramanpreet6262
❀️ #13 C# Day1, by imkaka
❀️ #12 Day1 C#, by imkaka
❀️ #11 Contrib, by Razdeep
❀️ #10 Add Bhanu0202 as a contributor, by Bhanu0202
❀️ #9 Fizzbuzz problem, by Bhanu0202
❀️ #8 FizzBuzz in C++, by dsdsharma
❀️ #7 Add to contributors, by Hrishi1999
❀️ #6 Day1 python3 code, by Hrishi1999
❀️ #4 Added fizzbuzz.c, README.md updated, object files include in .gitignore, by Razdeep
❀️ #3 Create c++, by shivank86
❀️ #2 Rrc, by Razdeep
❀️ #1 Add CONTRIBUTING.md for contribution guidelines, by MadhavBahlMD

NOISY ISSUE

πŸ”ˆ #20 FizzBuzz, by Shashankjain12
It received 4 comments.


PULL REQUESTS

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

UPDATED PULL REQUEST

Last week, 2 pull requests were updated.
πŸ’› #23 Create fizzbuzz.cpp, by shivank86
πŸ’› #17 1FizzBuzz.cpp, by SanyaAttri

MERGED PULL REQUEST

Last week, 22 pull requests were merged.
πŸ’œ #34 Improves CONTRIBUTING.md, by manaswinidas
πŸ’œ #31 Day 2: String Reverse and Palindrome problem Ruby Implementation, by aaditkamat
πŸ’œ #30 daily code, by Shashankjain12
πŸ’œ #29 Day 1: Fizz Buzz problem Ruby implementation, by aaditkamat
πŸ’œ #28 Day 2 (Reverse + Palindrome) - C, by ashwek
πŸ’œ #27 Day2, by imkaka
πŸ’œ #26 Day 2 (Reverse + Palindrome) - Python, by ashwek
πŸ’œ #25 Create c++, by shivank86
πŸ’œ #24 Added C++ implementation of String Reversal, by Razdeep
πŸ’œ #22 Fixed all-contributors configuration, by Razdeep
πŸ’œ #21 fizzbuzz in c++, by dhruv-gupta14
πŸ’œ #16 FizzBuzz2 - Python, by ashwek
πŸ’œ #15 Add @imkaka as a contributor, by imkaka
πŸ’œ #14 Added implementation of fizzbuzz in go, by Ramanpreet6262
πŸ’œ #13 C# Day1, by imkaka
πŸ’œ #11 Contrib, by Razdeep
πŸ’œ #9 Fizzbuzz problem, by Bhanu0202
πŸ’œ #8 FizzBuzz in C++, by dsdsharma
πŸ’œ #7 Add to contributors, by Hrishi1999
πŸ’œ #6 Day1 python3 code, by Hrishi1999
πŸ’œ #4 Added fizzbuzz.c, README.md updated, object files include in .gitignore, by Razdeep
πŸ’œ #2 Rrc, by Razdeep


COMMITS

Last week there were 33 commits.
πŸ› οΈ Improves CONTRIBUTING.md (#34) by manaswinidas
πŸ› οΈ [Day 2: String Reverse and Palindrome problem Ruby Implementation (#31) * Add @aaditkamat as a contributor

This reverts commit 7dc7089.](a5b7bf4) by Hrishi1999
πŸ› οΈ Python code (#6) by Hrishi1999
πŸ› οΈ Remove All iFrames by MadhavBahlMD
πŸ› οΈ Add medium blog by MadhavBahlMD
πŸ› οΈ [Added fizzbuzz.c, README.md updated, object files include in .gitignore (#4) * Added fizzbuzz.c, README.md updated, object files include in .gitignore


CONTRIBUTORS

Last week there were 13 contributors.
πŸ‘€ manaswinidas
πŸ‘€ aaditkamat
πŸ‘€ imkaka
πŸ‘€ Shashankjain12
πŸ‘€ ashwek
πŸ‘€ shivank86
πŸ‘€ Razdeep
πŸ‘€ MadhavBahlMD
πŸ‘€ dhruv-gupta14
πŸ‘€ Ramanpreet6262
πŸ‘€ Bhanu0202
πŸ‘€ dsdsharma
πŸ‘€ Hrishi1999


STARGAZERS

Last week there were 23 stagazers.
⭐ vivekptnk
⭐ leschlogl
⭐ AmirBraham
⭐ Razdeep
⭐ arghyadeep99
⭐ AkshitAggarwal
⭐ Karthikn2098
⭐ Shashankjain12
⭐ dsdsharma
⭐ tardis28
⭐ MadhavBahlMD
⭐ imkaka
⭐ Ramanpreet6262
⭐ AdityaSrivast
⭐ udisinghania
⭐ Sparker0i
⭐ aaditkamat
⭐ francishero
⭐ UsamaFoad
⭐ GeekyKarthiK
⭐ rr250
⭐ Nancy-Chauhan
⭐ pvsmounish
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. πŸ“†

Weekly Digest (23 December, 2018 - 30 December, 2018)

Here's the Weekly Digest for CodeToExpress/dailycodebase:


ISSUES

Last week 50 issues were created.
Of these, 43 issues have been closed and 7 issues are still open.

OPEN ISSUES

πŸ’š #82 Add Implementation of Day 7 question (One Edit Away) in various languages, by MadhavBahlMD
πŸ’š #79 oneEdit, by Spreeha
πŸ’š #76 Add Implementation of Day 6 question (Sentence Cap + Word Reversal + anagrams) in various languages, by MadhavBahlMD
πŸ’š #67 Add Implementation of Day 5 question (Pattern Printing) in various languages, by MadhavBahlMD
πŸ’š #60 Add Implementation of Day 4 question (Num Vowels + Max Chars) in various languages, by MadhavBahlMD
πŸ’š #50 Add Implementation of Day 3 question (Hamming Distance Problem) in various languages, by MadhavBahlMD
πŸ’š #35 Add Implementation of Day 2 question in various languages, by MadhavBahlMD

CLOSED ISSUES

❀️ #84 Add @profgrammer as a contributor, by profgrammer
❀️ #83 Day 7 - C, by ashwek
❀️ #81 Added One_edit_away.c; Updated the README.md, by Razdeep
❀️ #80 Day7, by imkaka
❀️ #78 day7 implementation in c++, by dhruv-gupta14
❀️ #77 Added python solution for day 7, by vishalshirke7
❀️ #75 day6 implementation in c++, by dhruv-gupta14
❀️ #74 Day5 & 6, by imkaka
❀️ #73 day 6, by Spreeha
❀️ #72 Add Ruby implementation for Day 6 problem; Add Ruby, C++ & Java implementations for Day 7 problem , by aaditkamat
❀️ #71 Python implementation for Day 6 Problem, by aaditkamat
❀️ #70 added capitalise in cpp, by Bhanu0202
❀️ #69 Broken README in Day1, 2 & 3, by ashwek
❀️ #68 Day 6 - Python, by ashwek
❀️ #66 day5 patterns in c++, by dhruv-gupta14
❀️ #65 Add C++ implementation for Day 5 patterns, by aaditkamat
❀️ #64 add Spreeha as contributor, by Spreeha
❀️ #63 Day 5 (Pattern 1-8) - C, C++ & Python, by ashwek
❀️ #62 Added pattern1.py, pattern2.py, pattern3.py into day5; README.md updated, by Razdeep
❀️ #61 Add vishalshirke7 as a contributor, by vishalshirke7
❀️ #59 Day4, by imkaka
❀️ #58 day4 in c++, by dhruv-gupta14
❀️ #57 day 4 max freq, by Spreeha
❀️ #56 Ruby implementation of Day 4 Problem, by aaditkamat
❀️ #55 Ruby implementation of Day 4 Problem, by aaditkamat
❀️ #54 Day 4 ruby, by aaditkamat
❀️ #53 Fix day4 README, by Razdeep
❀️ #52 Day 4 - C, by ashwek
❀️ #51 Added python solutions for Day 4, by vishalshirke7
❀️ #49 Added C++ implementation of Day4, by Razdeep
❀️ #48 Day 4 coding, by Shashankjain12
❀️ #47 Added python programs in day4, by prateek3255
❀️ #46 Change project name and owner in .all-contributorssrc, by aaditkamat
❀️ #45 DailyCodes - 00x1 - 00x3, by moulikcipherX
❀️ #44 hamming distance in c++, by dhruv-gupta14
❀️ #42 day 3 code, by Shashankjain12
❀️ #41 Day3, by imkaka
❀️ #40 hamming.py, by udisinghania
❀️ #39 Added hamming.c and updated the corresponding README.md, by Razdeep
❀️ #38 Day 3 - C & Python, by ashwek
❀️ #37 Add links to CONTRIBUTING.md, by aaditkamat
❀️ #36 C++ solution to Problem 3: Hamming Problem, by aaditkamat
❀️ #34 Improves CONTRIBUTING.md, by manaswinidas

LIKED ISSUE

πŸ‘ #79 oneEdit, by Spreeha
It received πŸ‘ x1, πŸ˜„ x0, πŸŽ‰ x0 and ❀️ x0.

NOISY ISSUE

πŸ”ˆ #46 Change project name and owner in .all-contributorssrc, by aaditkamat
It received 4 comments.


PULL REQUESTS

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

UPDATED PULL REQUEST

Last week, 1 pull request was updated.
πŸ’› #79 oneEdit, by Spreeha

MERGED PULL REQUEST

Last week, 36 pull requests were merged.
πŸ’œ #83 Day 7 - C, by ashwek
πŸ’œ #81 Added One_edit_away.c; Updated the README.md, by Razdeep
πŸ’œ #80 Day7, by imkaka
πŸ’œ #78 day7 implementation in c++, by dhruv-gupta14
πŸ’œ #77 Added python solution for day 7, by vishalshirke7
πŸ’œ #75 day6 implementation in c++, by dhruv-gupta14
πŸ’œ #74 Day5 & 6, by imkaka
πŸ’œ #73 day 6, by Spreeha
πŸ’œ #72 Add Ruby implementation for Day 6 problem; Add Ruby, C++ & Java implementations for Day 7 problem , by aaditkamat
πŸ’œ #71 Python implementation for Day 6 Problem, by aaditkamat
πŸ’œ #70 added capitalise in cpp, by Bhanu0202
πŸ’œ #68 Day 6 - Python, by ashwek
πŸ’œ #66 day5 patterns in c++, by dhruv-gupta14
πŸ’œ #65 Add C++ implementation for Day 5 patterns, by aaditkamat
πŸ’œ #64 add Spreeha as contributor, by Spreeha
πŸ’œ #63 Day 5 (Pattern 1-8) - C, C++ & Python, by ashwek
πŸ’œ #62 Added pattern1.py, pattern2.py, pattern3.py into day5; README.md updated, by Razdeep
πŸ’œ #59 Day4, by imkaka
πŸ’œ #58 day4 in c++, by dhruv-gupta14
πŸ’œ #56 Ruby implementation of Day 4 Problem, by aaditkamat
πŸ’œ #52 Day 4 - C, by ashwek
πŸ’œ #51 Added python solutions for Day 4, by vishalshirke7
πŸ’œ #49 Added C++ implementation of Day4, by Razdeep
πŸ’œ #48 Day 4 coding, by Shashankjain12
πŸ’œ #47 Added python programs in day4, by prateek3255
πŸ’œ #46 Change project name and owner in .all-contributorssrc, by aaditkamat
πŸ’œ #45 DailyCodes - 00x1 - 00x3, by moulikcipherX
πŸ’œ #44 hamming distance in c++, by dhruv-gupta14
πŸ’œ #42 day 3 code, by Shashankjain12
πŸ’œ #41 Day3, by imkaka
πŸ’œ #40 hamming.py, by udisinghania
πŸ’œ #39 Added hamming.c and updated the corresponding README.md, by Razdeep
πŸ’œ #38 Day 3 - C & Python, by ashwek
πŸ’œ #36 C++ solution to Problem 3: Hamming Problem, by aaditkamat
πŸ’œ #34 Improves CONTRIBUTING.md, by manaswinidas
πŸ’œ #31 Day 2: String Reverse and Palindrome problem Ruby Implementation, by aaditkamat


COMMITS

Last week there were 58 commits.
πŸ› οΈ [Add Ruby implementation for Day 6 problem; Add Ruby, C++ & Java implementations for Day 7 problem (#72) * 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](3afd69e) by aaditkamat
    πŸ› οΈ [Day 7 - C (#83) * Create oneEditAway.c

  • Update README.md](dc7860b) by ashwek
    πŸ› οΈ [added capitalise in cpp (#70) * problem fizzbuzz

  • fizzbuzz in c++

  • Update Ide.cpp

  • added capitalise in cpp

  • part2,3 codes added

  • day 6](fbb93a0) by Bhanu0202
    πŸ› οΈ [Day7 (#80) * Add @imkaka as a contributor

  • day4

  • Day 7 py+cpp](6ff806e) by imkaka
    πŸ› οΈ Added One_edit_away.c; Updated the README.md (#81) by Razdeep
    πŸ› οΈ day7 implementation in c++ (#78) by dhruv-gupta14
    πŸ› οΈ [Added python solution for day 7 (#77) * 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](7e8ed6d) by vishalshirke7
    πŸ› οΈ [Day5 & 6 (#74) * Add @imkaka as a contributor

  • day4

  • Day5 + Day6](a12717a) by imkaka
    πŸ› οΈ day6 implementation in c++ (#75) by dhruv-gupta14
    πŸ› οΈ day 6 (#73) by Spreeha
    πŸ› οΈ Add day 7 cover by MadhavBahlMD
    πŸ› οΈ Update README by MadhavBahlMD
    πŸ› οΈ Add Day 7 - One Edit Distance by MadhavBahlMD
    πŸ› οΈ [Python implementation for Day 6 Problem (#71) * 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](5462d07) by aaditkamat
    πŸ› οΈ Create Part A,B,C - Python (#68) by ashwek
    πŸ› οΈ Fix README Day1,2,3 by MadhavBahlMD
    πŸ› οΈ Fix for Day 1,2,3 by MadhavBahlMD
    πŸ› οΈ Add anagrams to README by MadhavBahlMD
    πŸ› οΈ Update README by MadhavBahlMD
    πŸ› οΈ [Add C++ implementation for Day 5 patterns (#65) * 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](57fa74d) by aaditkamat
    πŸ› οΈ day5 (#66) by dhruv-gupta14
    πŸ› οΈ Add Day 6 by MadhavBahlMD
    πŸ› οΈ [Day 5 (Pattern 1-8) - C, C++ & Python (#63) * Added C Pattern_1-8

  • Added C++ Pattern_1-8

  • Update README.md

  • Add pattern 4-8 - Python

  • Update README.md](5487f08) by ashwek
    πŸ› οΈ add Spreeha as contributor (#64) by Spreeha
    πŸ› οΈ Add @vishalshirke7 as a contributor by MadhavBahlMD
    πŸ› οΈ [Added python solutions for Day 4 (#51) * 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](ca321c1) by vishalshirke7
    πŸ› οΈ Added pattern1.py, pattern2.py, pattern3.py into day5; README.md updated (#62) by Razdeep
    πŸ› οΈ Update README.md by MadhavBahlMD
    πŸ› οΈ Update README.md by MadhavBahlMD
    πŸ› οΈ Update README.md by MadhavBahlMD
    πŸ› οΈ Fix conlicts by MadhavBahlMD
    πŸ› οΈ Add Day 5 question by MadhavBahlMD
    πŸ› οΈ day4 (#58) by dhruv-gupta14
    πŸ› οΈ [Day4 (#59) * Add @imkaka as a contributor

  • day4](8f271d2) by imkaka
    πŸ› οΈ [Ruby implementation of Day 4 Problem (#56) * 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 solution for Day 4 problem in Ruby

  • Add credits at the top of the code

  • Remove merge conflict lines and undo change to contributors

  • Update README.md](bc6fa3a) by aaditkamat
    πŸ› οΈ Fixed hyperlink Markdown by Razdeep
    πŸ› οΈ fixes Day 4 README; by MadhavBahlMD
    πŸ› οΈ [Change project name and owner in .all-contributorssrc (#46) * 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](77ed738) by aaditkamat
    πŸ› οΈ [Day 4 - C (#52) * Create vowels.c

  • Create max_chars.c

  • Update README.md](7cc60a4) by ashwek
    πŸ› οΈ [Day 4 coding (#48) * Add @Shashankjain12 as a contributor

  • contribution commit

  • Day1 and Day2

  • Update README.md

  • Day 3 updated

  • Update README.md

  • Update README.md

  • Update README.md

  • Update README.md

  • Day 4](a73d208) by Shashankjain12
    πŸ› οΈ [Added C++ implementation of Day4 (#49) * Added C++ implementation of Day4

  • Day4 directory renamed to day4](3c7211c) by Razdeep
    πŸ› οΈ [Added python programs in day4 (#47) * Add @prateek3255 as a contributor

  • Added python solutions in day 4 and updated readme](64de4be) by prateek3255
    πŸ› οΈ [DailyCodes - 00x1 - 00x3 (#45) * Day 1 Problem

  • Day 2 Problem

  • Day 3 Problem

  • Add @moulikcipherx as a contributor

  • Fixed Some Typos

  • Fix Types

  • Fix Typos](59b8bd3) by moulikcipherX
    πŸ› οΈ Merge branch 'master' of https://github.com/CodeToExpress/dailycodebase by MadhavBahlMD
    πŸ› οΈ Add day 4 by MadhavBahlMD
    πŸ› οΈ hamming distance in c++ (#44) by dhruv-gupta14
    πŸ› οΈ Add weekly-digest.yml by MadhavBahlMD
    πŸ› οΈ [Day3 (#41) * Add @imkaka as a contributor

  • Day 3 + Day2 README correction](0075efe) by imkaka
    πŸ› οΈ [day 3 code (#42) * Add @Shashankjain12 as a contributor

  • contribution commit

  • Day1 and Day2

  • Update README.md

  • Day 3 updated](3befec1) by Shashankjain12
    πŸ› οΈ [hamming.py (#40) * hamming.py

  • Update hamming.py](813fbac) by udisinghania
    πŸ› οΈ [Day 3 - C & Python (#38) * Create HammingDistance.py

  • Update README.md

  • Create HammingDistance.c

  • Update README.md

  • Update HammingDistance.c

  • Update HammingDistance.py](b113795) by ashwek
    πŸ› οΈ Added hamming.c and updated the corresponding README.md (#39) by Razdeep
    πŸ› οΈ [C++ solution to Problem 3: Hamming Problem (#36) * 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](28e09ea) by aaditkamat
    πŸ› οΈ Fix README by MadhavBahlMD
    πŸ› οΈ Update README by MadhavBahlMD
    πŸ› οΈ Add Day 3 problem by MadhavBahlMD
    πŸ› οΈ Improves CONTRIBUTING.md (#34) by manaswinidas
    πŸ› οΈ [Day 2: String Reverse and Palindrome problem Ruby Implementation (#31) * 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](82fbf88) by aaditkamat


CONTRIBUTORS

Last week there were 14 contributors.
πŸ‘€ aaditkamat
πŸ‘€ ashwek
πŸ‘€ Bhanu0202
πŸ‘€ imkaka
πŸ‘€ Razdeep
πŸ‘€ dhruv-gupta14
πŸ‘€ vishalshirke7
πŸ‘€ Spreeha
πŸ‘€ MadhavBahlMD
πŸ‘€ Shashankjain12
πŸ‘€ prateek3255
πŸ‘€ moulikcipherX
πŸ‘€ udisinghania
πŸ‘€ manaswinidas


STARGAZERS

Last week there were 7 stagazers.
⭐ Mirza-Younus-Baig
⭐ vishalshirke7
⭐ prateek3255
⭐ WarlordTed
⭐ grsind19
⭐ may12day
⭐ whois-this
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. πŸ“†

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.