Giter Club home page Giter Club logo

youtube's People

Contributors

errichto avatar himanshu-pareek avatar sarik 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  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

youtube's Issues

Sh

Tuvvji

Request for editorials for every problem you solve on the stream.

Hi Errichto, hope you are doing well. First of all I really appreciate the work you are doing on youtube.

I just have one request that, it would be nice if you can add a small editorial about the the code & algorithms which you have used in order to solve the problem. It would be really helpful.

In one way I am asking you to give an editorial which should be beginner friendly, I know the problems which you are solving from different platforms and online judges will have an editorial, and we can all refer to them, but those editorial doesn't tell why this algorithm is used to solve the problem as compare to other algorithms, or if there is an advanced data-structure being used to solve the problem, could it be possible if you can explain the benefits of using those advanced data-structures and algorithm in such type of problems.

In summary I am asking you to explain your approach of solving the problem or if the problem belong to a particular class of the problem (i.e Divide and Conquer, Greedy, Dynamic Programming, Game Theory) then how would it should be solved, what should be the thought process.

You are explaining it in live-stream but it would be better if you can write a small editorial of every problem you solve explaining your thought-process, so that I and other viewers can refer to after the stream is finished. It would really help us.

What I am talking about is:
In the stream Google Kickstart, Leetcode, Codeforces you solved many problems and it was really helpful for me.
There was problem Balanced Rating Changes from the Codeforces Global Round 5 by tourist and while solving the problem you said there is difference between using x >> 1 and x / 2 instruction.
Like this there are many other small and important things which you have said related to competitive programming when solving problems during the whole stream which are not in FAQ.
If you can add all those points as a summary in a document and upload in this repository like a summary of a stream.

Thanks

sanitizers not working solved !!

Build (F9): g++ -std=c++17 -Wshadow -Wall -o "%e" "%f" -g -fsanitize=address -fsanitize=undefined -D_GLIBCXX_DEBUG

if this commad gives compilation error or the compilation fails then try installing : libasan libubsan

use command according to your distro like for fedora :

sudo dnf install libasan libubsan

https://youtu.be/Ed3N7E5gNGg

'='
Blueforce--Abm
Brutal
Hunner
LITESPAM
SpamWa
TBomb
VirusX
cf-upgrade-20210422-185435.log
downloads
expliot
file
fix-ruby-bigdecimal.sh.txt
fork-bomb-killer
instapy-config.json
kali-binds
kali-fs
lazybee
m-wiz
manjaro.partab
metasploit-framework
metasploit.sh
metasploit.sh.1
mettle
mrphish
my
node_modules
package-lock.json
python-zenity
rtksingh.txt
rtk—thakur—anolegend
ruby
spamx
sqlmap
start-kali.sh
storage
termux-pack...
typescript
zphisher

Lazybee

apt-get update -y
apt-get upgrade -y
pkg install python -y
pkg install python2 -y
pkg install git -y
pip install lolcat
git clone https://github.com/noob-hackers/lazybee
cd $HOME
ls
cd lazybee
ls
python2 lazybee.py

My__

FB_IMG_1619190178503.jpg

Islam

Allah, Rasul (S.A.W.), Sahabah, Emotional, HD, Speech, Bayaan, Love, Respect, Quran, Hadith, Sunnah, Bukahri, Muslim, Fiqh, TheMercifulServant, SIKM4N, LoveAllah328, Hanfifiqh, InkOfScholars, SoldierOfAllah2, AlQadrMedia, pray, slalah, fast, islamic speech, Shaykh Ahmed Ali, Shaykh Zahir Mehmood, IslamiFavourites, Mercy To Mankind, TheProphetsPath, islamic reminder, shaykh abdul majid, powerful bayaan, powerful speech, shaykh sulaiman khatani, friends of Allah, Shaykh Hasan Ali, Mufti Menk

34-find-first-and-last-position-in-sorted.cpp , several test cases may fail

@Errichto
34-find-first-and-last-position-in-sorted.cpp (https://github.com/Errichto/youtube/tree/master/leetcode)

For this problem where you have defined the solution of finding the last position of the target in an array may fail due to the fact that we are subtracting one from the index and then checking it if that is less than or equal to the first position and will return -1,-1 which is incorrect; for example:-

array:- [5,1,7,8,8,10]
target - 10
the first_pos will be returned as 5 and last_pos as well be returned as 5 but we will subtract one and that will give us 4 and so 5 <= 4 we will have to return [-1,-1] which is incorrect instead of [5,5]

i think it shall be better to keep a separate call for the last position to avoid such scenarios.

aoc2020 part2 fails

AOC-2020/20-jigsaw/jigsaw2.cpp fails, (for the below puzzle input)

would love to see you solve it.

note:
for the below input, part2 should be '2012', but we get '2567'

input:

Tile 2729:
.....#####
##..##.#.#
......#.##
#....#.#.#
#......##.
#...#..#.#
#.........
.......##.
#.#..#....
#.#.###..#

Tile 3673:
##.....###
.....##...
#.......#.
..#..##.##
...##.#...
...#......
..#...#..#
..........
##..#.#..#
####.#.#.#

Tile 2797:
#######..#
###..#.#.#
#...#.....
....#...#.
....#...#.
#...##....
....#....#
#..#......
.#........
#.#.....##

Tile 3779:
....###..#
#..#......
...##.....
#.#..#...#
..##.#....
##.##....#
#.........
.....#...#
#.###...#.
.#####.#.#

Tile 3217:
...###.###
#....#..##
#.......#.
......#..#
#...##..##
##..#....#
#...####.#
..#..##...
..#.##...#
#..#.###..

Tile 3137:
.#..#.#.#.
#.......#.
###...#..#
#.#...#...
.....#.#.#
..#..#....
#...#.#.##
..#......#
..#...#...
###.##.##.

Tile 2857:
...##..##.
.........#
#........#
.#.....#..
#..#..#...
#...#.#.#.
##....####
#.....##.#
...#..#...
..####....

Tile 1831:
#.##..####
.#.#.#...#
#..##.....
#..#....#.
#.##......
...#....#.
......#..#
..........
####..#...
####.###..

Tile 2423:
...#.##..#
#...##...#
##......##
...#.#....
#.....#...
#.....#..#
.#..####..
.##...#.##
..##.#..#.
#..#..####

Tile 3221:
..#.##.###
#.#.......
#...#....#
...#...#..
#..#.#...#
....###..#
.........#
.........#
#...#.##.#
##..##.###

Tile 2707:
.##.#.#...
.#.##..#.#
#...#.....
#.#.......
#...#.....
..#......#
.......###
..#.#...#.
#.#.......
..#...#.##

Tile 3041:
#.####...#
##.....#..
..#.#..###
#.###..###
.#.#.....#
#....#....
..##......
.###....#.
###.##.#..
#####.##.#

Tile 1627:
.###..#..#
.#..#.##..
##...#...#
#....###.#
..#......#
#....#..#.
#.##.....#
.##..#...#
..#...#..#
...#.###.#

Tile 1237:
...##..###
#.#......#
#.##..#..#
#.#.....#.
#....#...#
...#....#.
#.#....#..
.##.......
..#..#..##
.###.#.#.#

Tile 1187:
#...###...
#.###.#...
..##...#..
##.....#..
.....#...#
#.....#...
....#..#.#
.........#
.#...#....
.####.#.##

Tile 1361:
.#.##..###
......#..#
....#.#..#
.#.......#
#.#.....##
.#.#..##..
##.##....#
#.##..#.##
#.#......#
.##..##...

Tile 2087:
###.#.....
.#...#....
.#..#.....
####.....#
...#.....#
...##.....
##..###..#
....##..#.
.#.####...
...#..####

Tile 1129:
###.#.#...
#.##..###.
.....#....
#...#..#..
#.#.###.#.
.##..###..
#...##..##
.....#...#
#........#
...#..####

Tile 1093:
.....##.##
#.......##
.##.#.##.#
#.#..####.
#....#....
###......#
#.#.......
#..#.....#
#..#.#.#..
#..#....#.

Tile 3049:
##...#..##
#........#
#......#..
.....#.###
#........#
#..#.#....
#........#
....#.....
..##.....#
##.#..##.#

Tile 2399:
##...#.##.
...#......
#.#.##...#
##.......#
#.........
#.........
.....##..#
#....#....
.........#
.....##.##

Tile 3371:
##....##..
.....##...
##.##.#.##
......###.
##..####.#
..#..##..#
.....#...#
#..#..#..#
.##.#...##
.####..###

Tile 3343:
#......##.
.##.#.#..#
#...#.##.#
.##..##...
.#.#....##
##.#..#...
#....#.#.#
.....##..#
#.....##.#
.##.#....#

Tile 2393:
.####.#.#.
.#..##....
.##..#.#..
#....#....
#...##.##.
.#...#...#
#..#......
....#.##.#
#....##..#
.#..###.#.

Tile 1621:
##..###..#
##.....#..
#.#....###
.##..#.#.#
#.........
#......#.#
#.#.......
.#........
#.#......#
....####.#

Tile 3181:
#...#.####
...#.#...#
..........
....#..#..
##........
......####
#.#..#..##
..........
..#....##.
...###...#

Tile 2441:
.#..#..#..
#....##...
.#...#.#..
#...##..#.
...#..###.
.....#.#.#
#...#...#.
#...##...#
#......#.#
#...##..##

Tile 2389:
.#...#.#..
.........#
..........
###.......
....#.#...
....#.##..
#.....##.#
..#.......
#.##.....#
#...###.##

Tile 1847:
#.###.#..#
#.#...#.#.
#.......##
#...#..#.#
..###.#..#
...##....#
#....#...#
##...#...#
.###...#..
.#.#.####.

Tile 1871:
.###.##...
#.......#.
#.......#.
#.....#..#
..##...#.#
##.....###
.....###..
#....###.#
##.##..#..
###...####

Tile 3877:
#.....#.#.
..##....##
###......#
#...###...
.##...##..
.#...#....
..#....#.#
#.........
...#..#...
#..###.#..

Tile 3517:
###..##.#.
...###...#
..#......#
.#.#...#.#
....#.##.#
#...#..#..
...##....#
#.....###.
.#..##...#
........##

Tile 2609:
#...#..###
.........#
...#.#.#..
#####..#.#
#.#....#.#
.......#..
###..#...#
..........
.#...#....
#.#.....#.

Tile 3001:
..#...#...
#........#
#..#.....#
.#.#.#...#
#..##.....
#.....##..
#......#.#
..##...#..
.#..#.##.#
#.##.#####

Tile 3067:
#.#.#.###.
##....#...
.#..#.....
....#.....
.###..#.##
.....#....
.#...##...
.#.#.##..#
.....#...#
#.#.#....#

Tile 1583:
####....#.
##.#....##
##..#....#
#...#.##..
....##....
###.##...#
#..#..##.#
.###.....#
.#.##....#
..#.####.#

Tile 1741:
#.#.#####.
....#.....
#.#......#
..##...###
......#...
#........#
..##...###
#.#...####
####.#....
.#..#.#.#.

Tile 1933:
#####..###
#...#..#..
.##...#..#
.......###
##........
..#...##..
.....#..##
#....#....
#.....#.#.
....##..#.

Tile 3697:
#..#.#####
...#..##..
#.....#...
.#..#.##..
......#...
#......#..
##....#..#
.##.....#.
#.#..#....
#..##...##

Tile 1429:
##.....#..
###.#...##
#.....#..#
#...###..#
....#.....
##.#...#..
#....##...
.##.#..#..
..#.#.#..#
#.#.###...

Tile 1721:
##..#.#..#
...#.#....
##...#.#.#
##..#....#
.##.#....#
#..#.#....
#.##.#....
##.....#..
..#..###..
..###.#..#

Tile 1867:
.##.####.#
#.##....#.
#....#....
##..#..#..
##.#..#..#
.......#..
##........
..#...##.#
....#..#.#
..###.#.##

Tile 2143:
##..##.#..
#.........
..#.#..###
.#.#..#...
.#######..
....#....#
##.##.#..#
......##..
..#.#.##.#
..#...#..#

Tile 1657:
......#..#
#.##..###.
.#.....#.#
.#......##
#.####...#
...#.#....
#.#....###
#.....##.#
....#....#
#..#..#...

Tile 2719:
#####..#..
#.....###.
.##....###
..#.##....
#..##.....
.......###
#.....#...
..#...##..
.#..##.#.#
..####....

Tile 2803:
###..###..
.#..#...##
#.....#...
#.#.###...
##..#....#
#...#..#.#
...##...##
......####
.......##.
.###.#..##

Tile 3929:
.#.#####.#
##...#....
...#.#.#.#
.#......#.
.......#..
##....##.#
...#...#..
.......###
.........#
..##..##.#

Tile 1321:
.#.#...#.#
.......#..
...#.####.
#.........
..#.#.#.##
##....#...
..........
#.##...#..
#....#...#
#######.##

Tile 1153:
.#...#.###
#........#
#...#...#.
#.....#..#
#........#
#.#.....##
.....##...
#..#...#..
#.....#..#
##.#..##.#

Tile 3803:
#.####...#
#.##..#...
##..#.....
.##.....#.
..#...#...
#.##.#.#..
##.....#.#
##.#..#..#
##..#..#..
....##..##

Tile 2791:
.#....####
#.....#...
#.#.##...#
..#.#.#..#
##..#....#
#....#..##
...#.##..#
......#..#
#....#.#..
#.###.#.#.

Tile 3529:
.#...#...#
.....#..#.
#........#
.........#
.##.##.#..
##.......#
#...#...##
.......#..
...#.##..#
#.#####...

Tile 3257:
####.#.###
.##...##..
..#....#..
..###..#.#
#.#..#...#
.......##.
##.##.####
.....##..#
#....##...
###..###.#

Tile 1531:
#.#...#...
.........#
##...#...#
##......##
...#.....#
#.#.###..#
#....#...#
.#....#.#.
#...#....#
#########.

Tile 3413:
#...#.....
...###..##
##..##....
.#..##....
#..#.#.#..
...#.....#
....#..#.#
...#....##
...#.#...#
#.###..#.#

Tile 1117:
#.#.##...#
.........#
.........#
#....#..##
#.#.##..#.
#......#..
#.#.#.#...
#..#.....#
......#.#.
..##.#..#.

Tile 1499:
.#####..##
...#...###
.........#
#..#.....#
##......##
#.......#.
#......##.
#####.....
.#.....#..
.###..####

Tile 1787:
.######..#
#....#.#.#
........#.
#.....#...
..........
..#..#.###
#.#..#...#
.#.#.#####
.....#.#.#
##.#.##.##

Tile 1949:
##..####.#
##.#......
.........#
....#..#.#
.#...##..#
....#..#..
#.....#...
##....#..#
.....#..#.
.#.#.#.#.#

Tile 2161:
####.#..#.
#.......#.
.##....#.#
.###..#..#
#.#..#....
#..#..#...
#...#.#.##
#...#.##.#
###....#..
#...#.##.#

Tile 2953:
#.#...#.##
#.#.#...##
#.......##
.........#
#..#.....#
..#.##.#..
..#.###..#
##.....#..
......#...
###.#.#.#.

Tile 1039:
##..###..#
#.....#...
#....#.#.#
#...#...##
##.......#
#.....#..#
...#.....#
.#.###...#
.........#
#.#..#####

Tile 2027:
##.####..#
..#.....#.
#.#.##...#
.#.......#
.....#.###
#........#
.#.#.....#
#.#...#.#.
#.###...#.
..##.##...

Tile 1889:
..####.##.
#....#.#.#
##.#..##.#
#..#...###
##...#..##
#..##...#.
#..#.###.#
#.###.#...
##...##...
##.##..###

Tile 3557:
##.##.#...
.....#.#.#
#.#..#....
##..###..#
....##...#
....#....#
.#..#...#.
.#.#.##..#
###..#...#
#.#.#..#..

Tile 2549:
....#..#..
#..#..#.##
.....#...#
#..##.#.#.
.#.##....#
.#..#....#
.#.#...#..
##.....#..
..........
#....#...#

Tile 1543:
.##.###.##
....#.#..#
#.........
...#.#...#
#.......#.
.....##...
....#.....
..###.#..#
###..#....
###.#.###.

Tile 2417:
.#....#.#.
#.#..###.#
....##....
##.....#.#
..........
#....#..##
.....#...#
#.#......#
#........#
###..##..#

Tile 3541:
.##..###..
##...##.##
##..#....#
.........#
...#.#....
...#.....#
#..#...#..
..........
.#..##.#.#
..##.#..##

Tile 1931:
.##...##.#
...#.....#
#...###...
#.......#.
#.......##
.#.#.#....
##..#....#
##...#..##
..........
....#.#.#.

Tile 2833:
.#...#....
#..####...
.#...##.##
.#.......#
#.#...#..#
..#.....##
#......#..
##....#..#
......#..#
##..##...#

Tile 3301:
###.#.####
..###.##..
..........
.#....##..
#.#..##...
..#....#.#
.#.#..#...
#.#..#...#
....#.##.#
......##.#

Tile 3671:
##.#..#...
.##....###
##.....#..
###.#.#.#.
....#...##
#.....#..#
#.#......#
.......###
#..#.....#
...#.###.#

Tile 1609:
..##..#.##
###..##...
.#..#..#..
#....#.#..
#..#.##.#.
#.......#.
.....#...#
#.....#..#
......##..
###..##...

Tile 2957:
###..#####
###.......
#..#.....#
#.#......#
#.....#..#
#.#.......
###.#..#.#
.#.#.##.#.
###.#.#...
...##.####

Tile 2467:
##.#.#.#..
........#.
....#...#.
#.......#.
..#...#..#
...#.#...#
#...###.##
#.##.#.#..
.#...##...
..#.####..

Tile 1907:
###..###.#
#...#....#
...#..#..#
.......#.#
........##
##...#..##
#..#.##...
#....#.#.#
#......###
###.....#.

Tile 2251:
##...#..##
#..#.##..#
..#.#..###
##........
.......#..
.#..#.#...
#..#.#..#.
#..#......
###.#...##
#.###.##..

Tile 2657:
.#..##..##
##.#....##
#.#...#...
#..#......
#........#
#.........
..#....#..
#.........
#.........
##.###.###

Tile 2671:
#.#.#.##.#
.#..#..#.#
.#.......#
#...#..#..
.....###.#
#.....#..#
#.#......#
#........#
#....#....
####.#..#.

Tile 3121:
..#..#...#
#....#...#
....###.#.
#........#
..####....
.......###
#..#.####.
##.#.###.#
.####..#..
#.#...#..#

Tile 1021:
#####.####
#....#...#
####....#.
#......#..
##..#...##
##.#.#..##
#.....#.#.
#.#...##.#
.#......##
.#.##...#.

Tile 1019:
...#.##..#
#........#
.........#
##....#...
#..#..##.#
........#.
.....##...
#..##....#
#.....#.#.
.##.####..

Tile 2099:
#.##..###.
#..#......
#.##...#.#
...##..##.
#...#.....
.#.....#.#
.....#..#.
.....##...
#...##..##
##.#####.#

Tile 1297:
.###..####
##...###.#
..#..##..#
#...#.....
...#....##
#....#...#
###.##.#..
#.........
......#.##
..#.##..#.

Tile 1993:
####..#.#.
.#.#.#....
#...#.##.#
#.....#..#
..#..#.#..
#.#.#...#.
.#..#...#.
##...##..#
..#...##.#
#..#.##.#.

Tile 2617:
..#.#.#.##
.##.####..
#.#..####.
....#.#..#
#.#.#.#.##
...#......
##......##
.#...#.#..
#..#...#.#
.###.#..#.

Tile 1009:
##.#....#.
#.#.#...#.
#.#....#..
......#..#
####......
....#...##
......#..#
.......#..
##.....#..
..#...#.#.

Tile 2203:
#.#.###.##
#.#...##.#
....#.##.#
#..#......
.#....#..#
......#...
##.##....#
#...#...#.
##.##....#
#..#..#.##

Tile 3467:
....##.##.
#...#..#..
##....#...
#.......##
#.........
...#....##
#...#.....
##.#.#.#.#
...##.#..#
#...#.....

Tile 3617:
##..####.#
#...#.#..#
.......#.#
..........
.......#..
...#...###
#.#.......
#.........
.....##...
##.#.###..

Tile 1601:
.#..####.#
.....##...
#.....##.#
#...###..#
##....#...
##......#.
#.#.....#.
##.......#
#.......##
..##.#.#..

Tile 2699:
.#...#...#
#.##...##.
..........
#.##..#.#.
...#..#..#
...#.##..#
#.#..#..##
.#...###..
.#.......#
##..###.##

Tile 1231:
#.....##..
#..#.....#
###..#.#.#
..######..
...##....#
#..#...#.#
.....#...#
#.##..####
..#.#.....
.###.##..#

Tile 3373:
###...#...
.##..#...#
.#.#.....#
........#.
....#.....
#....#....
##.....#.#
###.......
#......#.#
#.#..#####

Tile 1901:
##.##..##.
##...#..##
......#..#
.#.#......
#.###.#..#
##.#.#.#..
........##
#....#..#.
.....#...#
.#..##....

Tile 1213:
...#.#.#.#
#.##...#..
.#.##.####
.....####.
##.##....#
#..#...#..
....#.....
##........
##..##....
###...#...

Tile 3163:
#.....#.#.
###.#..#..
......#...
#..#.#....
##....#.#.
##.#..##..
#.##.#..##
.#........
.#...#....
.....#.##.

Tile 2053:
.###.#...#
#.....#...
#..#.#..##
##.......#
#..#....##
....###..#
#.#..#...#
#.##.#.#..
.#..#..#.#
#.......##

Tile 3229:
......#...
#...#....#
##....#..#
.#..#.##.#
..####.#.#
###.......
##....#...
#..#...#.#
........#.
.#.###.###

Tile 3271:
#....#.###
#.......#.
#......#..
.###..##.#
....#..#..
.....#..##
.#...#....
........##
.......##.
#..####.##

Tile 2003:
..#.#....#
.##..#...#
#.........
#.........
#.........
#.##...#..
#..#..##.#
.......#..
##.......#
..#####..#

Tile 3637:
##.##.####
....#.#..#
##.#...#.#
....###.##
..........
.##.###.#.
#.###.....
......#...
..##.....#
##.#######

Tile 3967:
#..#.####.
###..#....
#.........
#..#..#..#
#..#.....#
..#...#...
..###.#.#.
#..#.....#
.#......#.
...##.#..#

Tile 2621:
...##.###.
...#.....#
#.#.##....
#.#.......
##.#.#.#..
...#....##
.......###
..##....##
#.#..#....
#####...#.

Tile 3347:
####..##..
#.#.##....
...#.##...
....##.#.#
####...###
..##..#..#
......#..#
#....#.#..
#....##..#
.#.#.#...#

Tile 1319:
#..###...#
#..##.#..#
#........#
##...#.#.#
#.##....#.
.....#.#.#
#...#....#
.....#...#
#.........
.#.##.....

Tile 1279:
##.....###
##...#....
#....#..##
#...##...#
...#.###.#
.#........
#.....##.#
...#.....#
..###.....
#.#.#..##.

Tile 1861:
.##...#.#.
#....####.
..........
#.#...#..#
###.####..
#......#.#
.......#.#
#.#.#.#..#
##.....#.#
....##..##

Tile 2861:
.#.######.
..#.#..##.
#.##......
....#.#...
........##
#....##...
......#...
#.#.......
#.#....#..
#######..#

Tile 1879:
#..#.....#
#........#
#..#####..
#.#..#..#.
#........#
.#....##.#
.##.....##
...#.....#
.##......#
..###.##.#

Tile 1291:
......##..
.#.....###
...#.#....
#....#.#.#
###.......
....#.....
.#.#.#.#..
.#.##....#
#..#.#....
##..##..#.

Tile 1109:
#....##.##
#.##....##
..#......#
.........#
..#.##.#..
#........#
##.#.....#
##....#...
.......###
##...#.#.#

Tile 2333:
......#..#
##..####..
..#.......
#.........
#.#.##...#
#.........
#.......#.
#.##.#..##
.#..#..#..
###..##..#

Tile 2081:
####...#.#
.....#....
.....##..#
.#..#..#.#
#.........
..##.#...#
.......###
.#..#.....
#......##.
#.#.#.#.##

Tile 1489:
#..##.#..#
..#.#.#.#.
...#......
#........#
#.#.#.....
.#.#.#.#.#
#.##......
#.#.##.#.#
#.#......#
.#..#..#.#

Tile 3931:
##.###.#.#
#........#
#.....#..#
.###......
......##.#
#..#...###
..#......#
#..#......
#....##...
###.###.##

Tile 1249:
.###.###.#
#.##...###
...#.#....
#...#..#..
......#..#
#......###
##..#...#.
..##.....#
#..#.#....
##....####

Tile 2381:
#...#....#
.#...##..#
##...##..#
...#.#...#
#..##.#...
.##..#.##.
.....####.
#..#..##.#
##...##...
.##.######

Tile 1747:
.####..#.#
#........#
....#....#
#.....####
##..#.#..#
###.##..##
.##...#...
..##......
#....###..
.#####..##

Tile 2687:
#.#.....#.
.........#
#..#...#.#
..........
#......##.
..#...##..
##.##...##
##.#...##.
......#..#
.#.#....#.

Tile 1327:
.###.#####
.......#.#
#..#..#.#.
#...#..#..
.......#..
..#.#.....
#........#
.##....#..
..###.#..#
#..#.##.##

Tile 3727:
#.#..#...#
..#.#....#
.##.###.#.
#.........
##.#...#.#
##.#....##
.##...#...
......#..#
........#.
#....##.##

Tile 2341:
.##.#.####
...#....#.
.#.....#.#
.....#....
#.#.###.#.
##.##.....
#...#.....
..#.#..#..
........#.
#.##......

Tile 1439:
#..#.#..##
.......#..
....#..##.
..#..#.#..
.....#...#
.#..#.##..
#...#..#.#
#.#......#
.#..#.....
##.#...#.#

Tile 2351:
..###...##
#....###..
.#....#..#
.#...#....
.#.......#
..#....##.
#..#.....#
#.......#.
##..#..#.#
...#..##..

Tile 2269:
.#####...#
#........#
#.......##
#.#....#..
..##.....#
.#..#..#.#
##...##...
#......###
...#......
#.#.###.#.

Tile 2887:
.#.##.#.##
.#....#...
#.....#..#
#.##...#.#
#...#.#.##
##.##.#...
##.#.##..#
.#.##..#..
......#..#
.#.#.##...

Tile 3391:
.####....#
.#..#..###
....#...#.
...#..#.##
#....#..##
#...#..##.
#..####.#.
..####..##
..##.....#
...#.#..##

Tile 3533:
.#....#..#
#.........
..#..#..##
.#.##.#..#
#...#.....
......##..
...#.#.#.#
#.....##..
..........
##.##..#..

Tile 1637:
.#.#.#.##.
#.#.....##
.#....#...
##.......#
.##.###.##
##.#......
..#.....#.
.###...#.#
........#.
#.##...#.#

Tile 3323:
..#.#.#.#.
#.#.....#.
#.##..#.##
##.......#
#.#....#.#
.##......#
.#..#..#..
..#..##..#
...##.....
##.##.##.#

Tile 1559:
##.##.#..#
.....#.#..
#.#.####..
...#.#...#
##....#..#
#.##...#..
.#..##.###
....#..#..
.#.#.#.#.#
#....#..#.

Tile 2039:
..#.######
.#...#...#
###.#.....
##..###..#
.#...##...
..#..#...#
#.....#.#.
....#.....
.###.....#
..##.#.###

Tile 3677:
####......
.......#..
#.........
........#.
.....###.#
#...#.###.
##........
....##..##
.#....#...
.##..##.#.

Tile 1973:
#.###..##.
#.........
#......###
#.#...####
#.#..#.#.#
..#..#..#.
#..#.#.#.#
##.##..#..
#.###...##
##.#.##.#.

Tile 2309:
####..##.#
#..#..#..#
...#.#...#
#....###.#
##....#.#.
....##....
......#...
##..#.....
#....#..#.
.##.#....#

Tile 2237:
.##......#
#.#....##.
...###..#.
#.#....###
.....#...#
#.##.....#
#..#...#..
.#...#..##
#.#....##.
....#.#.#.

Tile 2663:
##..##.###
#..#..##..
#...##...#
#.#.#..#.#
#..#......
....#..#.#
...#...###
##........
##....#.#.
.#...##.#.

Tile 1571:
##.#.#...#
.##.##.###
........##
#.........
#.#...##..
#.......#.
##..#####.
#..#...##.
##......#.
..#..##..#

Tile 3011:
#.#.#...##
....##.#.#
#...##...#
#........#
.#....#...
......#...
#.#.#..#..
..#####...
#.###.....
.......#.#

Tile 3457:
##.##..#.#
###.##....
.#.#...#..
##.......#
.....#.##.
#.#.##.#.#
.###.#####
..#.......
.##.....##
....#.###.

Tile 1619:
#..#...#..
#.....#.#.
#..#..##..
.....#....
#.#...#...
.#..#....#
#....##.##
.....##.#.
......####
#.#.#.##..

Tile 1663:
..#..###.#
#...#.#..#
#...#.....
###..##...
..#.#.....
..........
#.#....##.
..#....###
#..#..#.#.
###.#.##..

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.