Skip to content

2 month data structures and algorithmic scripting challenge starting from 20th December 2018 - Coding is Fun! 💯💯 Do it everyday

Notifications You must be signed in to change notification settings

willianwt/dailycodebase

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

Telegram: https://t.me/codetoexpress Whatsapp: https://codetoexpress.tech/joindc/ Slack: https://codetoexpress.tech/invite/


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!

  1. Day 1 -- The Fizz Buzz Problem -- http://codetoexpress.tech/dc/day1
  2. Day 2 -- String Reversal + Palindrome -- http://codetoexpress.tech/dc/day2/
  3. Day 3 -- The Hamming Distance Problem -- http://codetoexpress.tech/dc/day3/
  4. Day 4 -- Num Vowels + Max Chars -- http://codetoexpress.tech/dc/day4/
  5. Day 5 -- Pattern Printing Problems -- http://codetoexpress.tech/dc/day5/
  6. Day 6 -- Sentence Cap + Word Reversal + Anagram -- http://codetoexpress.tech/dc/day6/
  7. Day 7 -- One Edit Away -- http://codetoexpress.tech/dc/day7/
  8. Day 8 -- Minimum Edit Distance -- http://codetoexpress.tech/dc/day8/
  9. Day 9 -- Smallest Substring Problem -- http://codetoexpress.tech/dc/day9/
  10. Day 10 -- String Permutation Problem -- http://codetoexpress.tech/dc/day10/
  11. Day 11 -- Longest Common Substring -- http://codetoexpress.tech/dc/day11/
  12. Day 12 -- Substring Search Algorithms -- http://codetoexpress.tech/dc/day12/
  13. Day 13 -- Factorial and Fibonacci -- http://codetoexpress.tech/dc/day13/
  14. Day 14 -- Sum of digits and product of numbers -- http://codetoexpress.tech/dc/day14/
  15. Day 15 -- Pascal's Triangle -- http://codetoexpress.tech/dc/day15/
  16. Day 16 -- Tower of Hanoi -- http://codetoexpress.tech/dc/day16/
  17. Day 17 -- N Queens Problem -- http://codetoexpress.tech/dc/day17/
  18. Day 18 -- Frequency Count and Check Power N -- http://codetoexpress.tech/dc/day18/
  19. Day 19 -- Cartesian Product and Shuffle Algorithm -- http://codetoexpress.tech/dc/day19/
  20. Day 20 -- Array Partition -- http://codetoexpress.tech/dc/day20/
  21. Day 21 -- Pair Sum N and Max Subarray Sum -- http://codetoexpress.tech/dc/day21/
  22. Day 22 -- Common Elements Search -- http://codetoexpress.tech/dc/day22/

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 (@MadhavBahlMD) 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 theleanprogrammer@gmail.com 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

Timeline

timeline

About

2 month data structures and algorithmic scripting challenge starting from 20th December 2018 - Coding is Fun! 💯💯 Do it everyday

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 29.6%
  • JavaScript 23.8%
  • Java 23.1%
  • Python 13.0%
  • C 5.5%
  • Ruby 4.4%
  • Other 0.6%