Product without sales hackerrank solution. Create Account; Training .
Product without sales hackerrank solution. You switched accounts on another tab or window.
Product without sales hackerrank solution Solutions for HackerRank's wonderful (and often mind-bending) expanded versions of the Project Euler (projecteuler. Coding----Follow. AI DevOps Security Software Development View all Explore. Feel free to ask doubts in the comment section. hackerrank-python hackerrank-solutions hackerrank-javascript hackerrank-30dayschallange hackerrank-sql hackerrank-statistics hackerrank-interview-kit hackerrank-certificates Resources Readme Data Structures Linked Lists: Detect a Cycle 25 Solution. Automate any workflow Products Without Sales(solution-1,2). Instant dev Repository for storing solutions submitted for hackerrank programming problems - harimm/hackerrank-solutions-python You signed in with another tab or window. - haotian-wu/Hackerrank_solutions Skip to content Company : DunzoSQL Coding 2 :Sales Data for All Customers and Products Answer) SELECT IFNULL(customer_name, "N/A") customer_name, IFNULL(product_name, "N/A") Contribute to RodneyShag/HackerRank_solutions development by creating an account on GitHub. Problem solution in Python. - adminazhar/hackerrank-SQL-basic-skills-certification-test-solution Skip to content Navigation Menu Product GitHub Copilot. cs and run with Solution. - DaveSV/HackerRank-SQL-Intermediate-Certificate This intermediate SQL solution provides insights into product sales across cities, offering a comprehensive overview of customer spending patterns. Sign in Product GitHub Copilot. exe inside the visual studio powershell. Print NA for null customers or product or null quantity . product() problem of HackerRank. Created on: Sep 24, 2021 Solution by: Georgi Nikolov. Python. 0. ; Data Modeling: Design efficient and effective database structures. Source Code 2 In this solution, we use a LEFT JOIN to combine rows from Sales and Product where the Solved queries for the Hackerrank SQL (Intermediate) Skills Certification Test π. Leaderboard. txt. of questions 2 questions. if you face any problems while understanding the code then please mail me your queries. You are viewing a single comment's thread. java Data Structures Stacks: Balanced Brackets 30 Solution. Data Analytics. If you find any difficulty after trying several times, then look for the solutions. Works in real-time and it's absolutely undetectable π You're applying for a new job and have a coding problem coming up. Manage You signed in with another tab or window. Save the file as Solution. py at master · surbhimgr/python-solutions . After your test cases get passed!!!! Happy Learning!!!! Sales by Match. Problems from Leetcode will be included soon in the project. Q: How do I solve the unexpected demand solution on HackerRank? A: There are a few different ways to solve the Problem. Basic . This community-owned project aims to bring together the solutions for the DS & Algo problems across various platforms, along with the resources for learning them. Join over 23 million developers in solving code challenges on HackerRank, one of the best ways to prepare for programming interviews. this repo includes solutions of some competitive coding platforms such as Hackerrank, code chef, Leetcode, Interview bit - surbhimgr/python-solutions. Instant dev HackerRank Challenge - Sales by Match. - Hackerrank-SQL-Intemediate-Skills-Certification-Test-Solutions/Products Without Sales(solution-1,2). import java. If you are using a different SQL Language (for example MySQL) you might have to adapt the solution a little. ---- Products Without Sales (solution_1) SELECT product. MySQL Combined sales report. Business Expansion: Write a query to find all pairs of customers and agents who have been in contact more than SELECT 'customer' as category,id,customer_name FROM customer WHERE id NOT IN(SELECT customer_id FROM invoice) UNION SELECT 'product' as List Customer and Product Without Sale Using the UNION operator, in one list return all customers who do not have an invoice and all products that were not sold. Skip to main content. product_name FROM product Products without sales: Write a query to find all the products that were not sold, ordering the results by SKU ascending. CodeRankGPT helps you solve HackerRank coding problems during your coding interview. Python HackerRank Solutions You signed in with another tab or window. Write a query to find the stock_codes of all the stocks which are profitable based on this definition. Please make sure you are not interrupted during the test, as the timer cannot be paused once started. Business Expansion. Take the HackerRank Skills Test. Solved queries for the Hackerrank SQL (Intermediate) Product GitHub Copilot. Give a star For my work. ; Add Explanations: Provide detailed explanations of code and problem-solving approaches. ; To contribute, fork this repository, You signed in with another tab or window. Write better code with AI Security. 2. This is a timed test. You must find the maximum number of units that can be produced in a single day without violating the demand constraints. With our real-world problem-solving approach, you will gain the practical experience and confidence needed to You signed in with another tab or window. The rating for Alice's challenge is the triplet a = (a[0], a[1], a[2]), and the rating for Bob's challenge is the triplet b = (b[0], b[1], b[2]). Task; Input Format; Constraints; Solution β Sales by Match. Code Solution. This repository contains python solutions for some of the HackerRank problems from the SQL genre. net) problem archive. In this lesson, we have solved the itertools. Determine the order the customers receive their orders. We recommend About. Ready to code? Solutions for HackerRank's wonderful (and often mind-bending) expanded versions of the Project Euler (projecteuler. Alice and Bob each created one problem for HackerRank. You switched accounts on another tab or window. You signed out in another tab or window. cs You can compile the file from command prompt with csc Solution. com practice problems using Python 3 - dispe1/Hackerrank-Solutions. Find and fix vulnerabilities Contains my solutions for Hackerrank problems. Learn more about bidirectional Unicode characters Contains my solutions for Hackerrank problems. util. SalesByMatch. Data Science . Print the decimal value of each You signed in with another tab or window. Test duration 35 mins. Get certified with hakerrank SQL Interme Solved queries for the Hackerrank SQL (Intermediate) Skills Certification Test π. Manage code changes Contains solved queries for the Hackerrank SQL (Basic) Skills Certification Test π. I have taken HackerRank test on 9th Oct 2022. Please append a semicolon "" at the end of the query. This intermediate SQL solution provides insights into product sales across cities, offering a comprehensive overview of customer spending patterns. Revising the Select Query I Join over 23 million developers in solving code challenges on HackerRank, one of the best ways to prepare for programming interviews. Solution 1 : Java Code for Sales By Match Problem . //Add following required namespaces using System; using System. Please read our cookie policy for We welcome contributions to enhance this collection of HackerRank 30 Days of Code solutions: Improve Existing Solutions: Optimize or clarify current solutions. In this HackerRank Jim and the Orders problem solution, Jimβs Burgers has a line of hungry customers. 2 Questions are asked, as of Merit Rewards. Prove your Skills. Topics Here are the 2 questions asked in HackerRank SQL Intermediate Certification Exam, these 2 will be available in one attempt. java Data Structures Queues: A Tale of Two Stacks 30 Solution. This repository contains my certification of SQL-Intermediate test by HackerRank and the questions with their solutions I solved to pass the test. Instant dev environments Issues. Customer Spending. Automate any workflow This repository consists of solutions to HackerRank practice, tutorials, and interview preparation problems with Python, SQL, C++, and Java. Full Stack Development You signed in with another tab or window. Code Issues Pull requests This This repository contains the challenges of algorithms and data structure of the site HackerRank. A stock is considered profitable if the predicted price is strictly greater than the current price. Contribute to JayantGoel001/HackerRank development by creating an account on GitHub. SQL (Intermediate) It includes complex joins, unions, and sub-queries. The second query uses a redundant select distinct. each total sales of all items. After going through the solutions, you will be clearly understand the concepts and solutions very easily. Enterprises Small and medium teams Startups By use case. Reload to refresh your session. Order by . - adminazhar/hackerrank-SQL-basic-skills-certification-test-solution Skip to content Navigation Menu HackerRank C Program Solutions offer a comprehensive set of problems and solutions that will help you hone your C programming skills. Contribute to NikolovG/HR_salesByMatch development by creating an account on GitHub. I am guessing that all decent databases would Hello coders, in this post you will get all the solution of HackerRank SQL Solutions. It focuses solely on offering correct answers for SQL queries, joins, and aggregations, helping users pass the certification efficiently. View all solutions Resources Topics. ; Indexing: Explore the In this HackerRank AND Product problem solution, we have given N pairs of long integers A[i] and B[i] and we need to computer and print the bitwise AND of all-natural numbers in the inclusive range between A[i] and B[i]. - adminazhar/hackerrank-SQL-basic-skills-certification-test-solution Skip to content Navigation Menu Solutions to HackerRank problems. Find more, search less Explore. Orders vary in the time it takes to prepare them. So, without wasting any time, letβs jump to the You signed in with another tab or window. Product GitHub Copilot. ; Add Missing Solutions: If a solution is missing for an easy or medium-level problem, feel free to add it. For example, product(A, B) returns the same as ((x,y) for x in A for y in B). js skills with this test! π₯οΈ Implement UI components, manage state, and ensure seamless interactions. IO; class Result { /* * Complete the 'numDuplicates' function below. The questions asked are Invoices Per Country and Product Sales Per City. Unless quantity is declared as NOT NULL, then it can return matching records where the quantity is NULL. This repository contains my solutions to various HackerRank certification challenges. The new AI-powered solutions, SkillUp and Engage, help organizations mobilize developer talent and accelerate tech hiring. py at master · dispe1/Hackerrank-Solutions. This tool computes the cartesian product of input iterables. Explore my GitHub repository to learn from my experiences and find inspiration for your SQL learning path. Your three queries are different semantically, as written with the provided table definitions. Using the UNION operator, return a si The query should return all customers ,even customers without invoices and also products,even those products that were not sold. in this article we have collected the most asked and most important Hackerrank coding questions that you need to prepare to successfully crack Hackerrank coding round for companies like IBM, Goldman CodeRankGPT helps you solve HackerRank coding problems during your coding interview. Question 2: Product Sales per City. Topics In this lesson, we have solved the itertools. Manage code changes Discussions. Hackerrank Intermediate SQL certification solutions with basic SQL quarries, Sub quarries and Aggregation functions. Solved queries for the Hackerrank SQL (Intermediate) Skills Certification Test π. Automate any workflow Codespaces. I will try my best to You signed in with another tab or window. This collection provides solutions to the HackerRank SQL Certification Test problems. this repo includes solutions of some competitive coding platforms such as Hackerrank, code chef, Leetcode, Interview bit - python-solutions/Sales by Match Hackerrank. sql and 2. Need to show the following columns (3) using UNION to return: All customers who do not have an invoice All products that were not sold Category: Is this related to "customer" or "product"? Solutions to HackerRank practice, tutorials and interview preparation problems with Python, SQL, C# and JavaScript - nathan-abela/HackerRank-Solutions Hackerrank solutions for node intermediate proficiency - Geocoder89/hackerrank-node-intermediate-1 . These challenges cover a wide range of programming topics and are designed to assess and validate your coding skills. - adminazhar/-hackerrank-SQL-intermediate-skills-certification-test-solution. Contains solved queries for the Hackerrank SQL (Basic) Skills Certification Test π. It showcases my growth, challenges faced, and solutions offered. The HackerRank Skills Certification Test is a standardized assessment to help developers prove their coding skills. - comp0zr/Project-Euler-Solutions. ; Multiple Language Implementations: Add solutions in other programming languages. Discussions. Navigation Menu Toggle navigation. Solved queries for the Hacker-rank SQL (Intermediate) Skills Certification Test - codehub001/Hacker-rank . Navigation Menu Toggle navigation About. Star 134. Nerves can peak during the programming test, and even experienced developers might blank This intermediate SQL solution provides insights into product sales across cities, offering a comprehensive overview of customer spending patterns. Each challenge has a corresponding folder containing my solution in a specific programming You signed in with another tab or window. Only the code snippet of the function has been provided below, that you can paste in HackerRank editor below the // Complete the This is too long for a comment. Click here to see more codes for Arduino Mega (ATMega 2560) and similar Family. It is very important that you all first give it a try & brainstorm yourselves before having a look at the solutions. - haotian-wu/Hackerrank_solutions Hope that helps. txt at main · codehub001/Hacker-rank. Instructions. - adminazhar/-hackerrank-SQL-intermediate-skills-certification-test-solution A collection of solutions for HackerRank data structures and algorithm problems in Python, JAVA, and CPP. It is equivalent to nested for-loops. HashMap; import java. Skill over pedigree. java Data Structures Trees: Is This a Binary Search Tree? 30 Solution. Hereβs the code solution for the approach mentioned above. Navigation Menu Toggle navigation . All Solutions are made in the MSSQL Syntax. Personal HackerRank Profile. Write better You signed in with another tab or window. Here am adding all the Hackerrank algorithm problem solutions in c, c++, java, Python, and javascript programming with practical program code examples. Updated Nov 22, 2022; JavaScript ; chetannada / Javascript-Practice. About. ; Improve This repository contains MySQL solutions of the HackerRank-SQL-Intermediate-Certificate problems which I encountered during the test. Enhance your DSA skills with our step-by-step explanation and code. C++; Python; Java; Task. Learning Pathways White papers, Ebooks, Webinars Hello coders, today we are going to solve Reduce Function HackerRank Solution in Python. Click here to see more codes for NodeMCU ESP8266 and similar Family. The first query is different from the other two, logically. Hacker Rank Solutions. You switched accounts on another tab Inside you will find the solutions to all HackerRank SQL Questions. Blame. A reviewer rates the two challenges, awarding points on a scale from 1 to 100 for three categories: problem clarity, originality, and difficulty. All features Documentation GitHub Skills Take the HackerRank Certification Test and showcase your knowledge as a HackerRank verified developer. Navigation Menu SQL-Product-Sales-per MahedeiHasan / Hackerrank-SQL-Intemediate-Skills-Certification-Test-Solutions Public Notifications You must be signed in to change notification settings Fork 9 Contains solved queries for the Hackerrank SQL (Intermediate) Skills Certification Test π. Contains solved queries for the Hackerrank SQL (Intermediate) Skills Certification Test π. Hackers 20703 and 79722 continue to submit without fail. sql files for the solutions I submitted! Hacker rank SQL intermediate solution. id NOT IN (SELECT product_id FROM invoice_item); ----- Products Without Sales (solution_2) SELECT product. CodingBroz Coding Made Simple Home; Blog; Coding Tips; HackerRank Menu Toggle. Perfect for showcasing your React expertise. Inside you will find the solutions to all HackerRank SQL Questions. By detailing sales figures per city and identifying customers who spent 25% or less than the average, this solution aids in strategic decision-making for optimizing sales and customer engagement. mysql. Welcome to HackerRank SQL (Intermediate) Skills Certification Test. HackerRank SQL Solutions. - Hackerrank-smart-interviews-SI-Primary-SI You signed in with another tab or window. Learn more about bidirectional Unicode characters HackerRank Menu Toggle. txt at main · mahedei/Hackerrank-SQL-Intemediate-Skills-Certification-Test-Solutions Click here to see solutions for all Machine Learning Coursera Assignments. Healthcare Financial services HackerRank-SQL(certification)-Product-Sales-Per-City. Here are the 2 questions asked in HackerRank SQL Intermediate Certification Exam, these 2 will be available in one attempt. So, without wasting any time, letβs jump to the solutions. It covers arrays, strings, linked lists, trees, graphs, sorting, searching, dynamic programming, etc. This repository contains my solutions to easy and medium questions in Hackerrank. HackerRank is excited to share the launch of two groundbreaking solutions, SkillUp and Engage. - Ishika63/HackerRank-SQL-Intermediate-Solution. Second SQL returns this list β> All products that were not sold. Candidates who successfully clear the test will be Hacker 74842 submitted solutions for challenges 19797 and 63132, so the total score = max(98, 5) + 76 = 174. Contribute to Myeongjung/HackerRank development by creating an account on GitHub. 4% of all SQL online submissions for this problem. Automate any workflow Codespaces Solutions to HackerRank's 10 Days of Javascript challenge. Editorial. txt at main · mahedei/Hackerrank-SQL-Intemediate-Skills-Certification-Test-Solutions Take your SQL expertise to the next level with advanced topics. Blockchain. - Murillo/Hackerrank-Problem-Solving - Murillo/Hackerrank-Problem-Solving Skip to content A collection of solutions for HackerRank data structures and algorithm problems in Python, JAVA, and CPP. - Hackerrank-SQL-Intemediate-Skills-Certification-Test-Solutions/Products Sales Per City(Solution-1,2). Our platform provides a range of challenges covering various C programming topics such as arrays, pointers, functions, and more. Tab/Se Youlube Maps 2 List Customer and Product Without Sale Using the UNION operator in one list return all customers who do not have an invoice and all products that were not sold For each customer without an invoice return - the string customer - the customer id - the customername For each product without an invoice return - the string product - the product id - Join over 23 million developers in solving code challenges on HackerRank, one of the best ways to prepare for programming interviews. Certificate can be viewed Here Contains solved queries for the Hackerrank SQL (Intermediate) Skills Certification Test π. Hello coders, today we are going to solve Sales by Match HackerRank Solution which is a Part of HackerRank Algorithm Series. Web Development. - adminazhar/-hackerrank-SQL-intermediate-skills-certification-test-solution Skip to content Navigation Menu Join over 23 million developers in solving code challenges on HackerRank, one of the best ways to prepare for programming interviews. Certificate can be viewed here. This was curated after solving all 58 questions, and achieving a score of 1130 points (WR1) Hacker Rank SQL. SQL : List Customer And Product Without SaleTo Access My Live Chat Page, On Google, Search for "hows tech developer connect"I have a hidden feature that I pr This solution has a runtime of 5853ms and it's faster than 5. Stack Overflow. One more thing to add, donβt straight away look for the solutions, first try to solve the problems by yourself. txt at main · mahedei/Hackerrank-SQL-Intemediate-Skills-Certification-Test-Solutions Product GitHub Copilot. Return to all comments Product GitHub Copilot. Ideal for coding interviews and skill enhancement, it's a valuable resource to gain knowledge and confidence. Submissions. sku, product. This repository contains MySQL solutions of the HackerRank SQL Intermediate Certificate problems which I encountered during the test. You signed in with another tab or window. HackerRank is a platform for competitive coding. I have taken HackerRank test on 22 July 2022. Sales-by-Match-Hackerrank-Solution I utilised a dictionary to find a solution to the problem where I have different socks of a certain number (which denotes the colour) and I need to find the number of matching pairs of socks in the list passed through the function. js Certification π§©: Assess and validate React. Skip to Product GitHub Copilot. All features Documentation GitHub Skills You signed in with another tab or window. solutions to Hackerrank. def and_product(start, end): result = start steps = end - start i = 0 while (start >> i) > 0: # If the number of steps causes the Solved queries for the Hacker-rank SQL (Intermediate) Skills Certification Test - Hacker-rank/Products Without Sales(solution-1,2). These new additions to our Developer Skills Platform deliver more impact to help our customers attract, hire, upskill and mobilize their technical talent. In this challenge, you are given a list of integers representing the demand for a product over a period of time. Below you can find the Top 25 Hackerrank based coding questions with solutions for the Hackerrank Coding test. Data Science. You will then be given an order number and a preparation time for each Contains solved queries for the Hackerrank SQL (Basic) Skills Certification Test π. All the problems and theirs solutions are given in a systematic and structured way in this post. py This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. Halloween Sale. π Front End Validation Test for React. If youβre a data scientist or software engineer on the job market, the ability to demonstrate your database skills in an SQL Hackerrank SQL (Basic) Skills Certification Test Solutions. Welcome to CarrY4U All Solutions in Hackerrank SQL Section. Platform Help | Execution Environment | FAQ. No. Find and fix vulnerabilities Actions. We use cookies to ensure you have the best browsing experience on our website. nodejs javascript hackerrank hackerrank-solutions. To solve this problem, weβll break it down into steps focusing on SQL query construction using the UNION operator to combine results from two separate queries: one for customers without an First SQL returns this list β> All customers who do not have an invoice. Contribute to ejaj/SQL development by creating an account on GitHub. we have also described the steps used in solution. Updated Nov HackerRank challenge "Sales by Match" solution. This GitHub repository has Java solutions to HackerRank Smart Interviews' Data Structures and Algorithms problems. Contribute to iceStorm/hackerrank-certs-solution development by creating an account on GitHub. Plan and track work Code Review. - comp0zr/Project-Euler-Solutions This repository contains my solutions to easy and medium questions in Hackerrank. π Welcome Back! Login to your account It's nice to see you again. Generic; using System. 10 Days of JavaScript; 10 Days of Statistics ; 30 Days of Code; HackerRank Algorithms; HackerRank Linux Shell; HackerRank C; HackerRank C++; HackerRank Java; HackerRank Sales By Match HackerRank Solution ( Python ) Raw. 23 Followers Solutions By company size. Contribute to srgnk/HackerRank development by creating an account on GitHub. Get noticed by companies . Table of Contents. Map; import java. Scanner; public class SalesbyMatch Java Solution for HackerRank Plus Minus Problem Given an array of integers, calculate the ratios of its elements that are positive , negative , and zero . Please ensure you have a stable internet connection. Collaborate outside of code Code Search. 10 Days of JavaScript; 10 Days of Statistics; 30 Days of Code; HackerRank Algorithms; HackerRank Linux Shell; HackerRank C; HackerRank C++; HackerRank Java; HackerRank Python; HackerRank Contributions are welcome! You can contribute in the following ways: Improve Existing Solutions: Suggest optimizations or alternative approaches. The count of unique hackers submitting every day is still two. Collections. Query Optimization: Optimize your queries for better performance. Click here to see more codes for Raspberry Pi 3 and similar Family. Latest commit Hackerrank Coding Questions for Practice. Hackerrank Solution. Create Account; Training . SQL interview questions have been a critical component of technical hiring for decades. - haotian-wu/Hackerrank_solutions. Hackerrank Solutions Sql. My journey of earning a SQL certification and tackling HackerRank SQL challenges. This was curated after solving all 58 questions, and achieving a score of 1130 points (WR1) Subscribe Sign in. using these problems one can prepare for interview about algorithm and can learn about the basics of algorithms. sql. . Get certified with hakerrank SQL Interme In this post, we will be covering all the solutions to SQL on the HackerRank platform. Intermediate. This is a SQL query to get the total amount spent on each product in each city. product_name FROM product WHERE product. To review, open the file in an editor that reveals hidden Unicode characters. View Profile. DevSecOps DevOps CI/CD View all use cases By industry. Sales By Match HackerRank Solution ( Python ) Raw. Skip to content. Let us code and find answers to our given problems. List Customers and Products Without Sales Enter your query below. Start by numbering each of the customers from 1 to n, front of the line to the back. Please check 1. React JS. ; Add Explanations: Add more detailed comments to make solutions easier to understand. Hacker 84072 submitted solutions for challenges 49593 and 63132, so the total score = 100 + 0 = 100. Hello coders, in this post you will get all the solution of HackerRank SQL Solutions. Written by Sonali jain. Problem. Write better code with AI product-sales-per-city. This is one of the very first "warm-up" challanges by HackerRank. Hope that helps. java Algorithms DFS: Connected Cell in Host and manage packages Security. Explore our Hackerrank solution for finding several operations and solutions to problems using data structures.
qocs uxpket yasd ywlpd lci xldott dnoaob kfs latyk jso
{"Title":"What is the best girl
name?","Description":"Wheel of girl
names","FontSize":7,"LabelsList":["Emma","Olivia","Isabel","Sophie","Charlotte","Mia","Amelia","Harper","Evelyn","Abigail","Emily","Elizabeth","Mila","Ella","Avery","Camilla","Aria","Scarlett","Victoria","Madison","Luna","Grace","Chloe","Penelope","Riley","Zoey","Nora","Lily","Eleanor","Hannah","Lillian","Addison","Aubrey","Ellie","Stella","Natalia","Zoe","Leah","Hazel","Aurora","Savannah","Brooklyn","Bella","Claire","Skylar","Lucy","Paisley","Everly","Anna","Caroline","Nova","Genesis","Emelia","Kennedy","Maya","Willow","Kinsley","Naomi","Sarah","Allison","Gabriella","Madelyn","Cora","Eva","Serenity","Autumn","Hailey","Gianna","Valentina","Eliana","Quinn","Nevaeh","Sadie","Linda","Alexa","Josephine","Emery","Julia","Delilah","Arianna","Vivian","Kaylee","Sophie","Brielle","Madeline","Hadley","Ibby","Sam","Madie","Maria","Amanda","Ayaana","Rachel","Ashley","Alyssa","Keara","Rihanna","Brianna","Kassandra","Laura","Summer","Chelsea","Megan","Jordan"],"Style":{"_id":null,"Type":0,"Colors":["#f44336","#710d06","#9c27b0","#3e1046","#03a9f4","#014462","#009688","#003c36","#8bc34a","#38511b","#ffeb3b","#7e7100","#ff9800","#663d00","#607d8b","#263238","#e91e63","#600927","#673ab7","#291749","#2196f3","#063d69","#00bcd4","#004b55","#4caf50","#1e4620","#cddc39","#575e11","#ffc107","#694f00","#9e9e9e","#3f3f3f","#3f51b5","#192048","#ff5722","#741c00","#795548","#30221d"],"Data":[[0,1],[2,3],[4,5],[6,7],[8,9],[10,11],[12,13],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[8,9],[10,11],[12,13],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[10,11],[12,13],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[0,1],[2,3],[32,33],[6,7],[8,9],[10,11],[12,13],[16,17],[20,21],[22,23],[26,27],[28,29],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[8,9],[10,11],[12,13],[14,15],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[8,9],[10,11],[12,13],[36,37],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[2,3],[32,33],[4,5],[6,7]],"Space":null},"ColorLock":null,"LabelRepeat":1,"ThumbnailUrl":"","Confirmed":true,"TextDisplayType":null,"Flagged":false,"DateModified":"2020-02-05T05:14:","CategoryId":3,"Weights":[],"WheelKey":"what-is-the-best-girl-name"}