SlideShare a Scribd company logo
1 of 7
Problem ID                                  Hints
&uArr ABCDEF         binary search
&uArr ABSYS          ad-hoc easy
&uArr ACMAKER        dp hard
&uArr ACODE          dp medium
&uArr ACS            ad-hoc tricky
&uArr ACT            ad-hoc stupid
&uArr ADDREV         big-int easy
&uArr AE00           prime factorization
&uArr AE1B           sorting stupid
&uArr AIBOHP         dp medium
&uArr ALL            bfs nice hard implementation
&uArr ANARC05B       dp binary search
&uArr ANARC05H       dp
&uArr ANARC07C       simulation medium
&uArr ANARC07G       dp
&uArr ANARC08B       ad-hoc stupid
&uArr ANARC08E       dp
&uArr ANARC08F       shortest path
&uArr ANARC08G       elementary graph theory
&uArr ANARC08H       josephsus problem
&uArr ARITH          output formatting tricky
&uArr ARITH2         ad-hoc stupid
&uArr ARMY           ad-hoc stupid
&uArr BABTWR         easy lis
&uArr BABY           hard dp, bitmasks
&uArr BASE           base conversion easy
&uArr BINGO          ad-hoc easy
&uArr BISHOPS        number theory, combinatorics
&uArr BOOKS1         binary search
&uArr BRCKTS         segment tree
&uArr BRCKTS2    dp medium
&uArr BST        binary search tricky
&uArr BYTESE1    dijkstra
&uArr BYTESM2    dp easy
&uArr CANDY      ad-hoc easy
&uArr CANDY3     ad-hoc stupid
&uArr CANTON     simple math
&uArr CERC07B    bitmasks
&uArr CERC07K    bfs nice state
&uArr CHMAZE     bfs nice state
&uArr CLEANRBT   bfs then dp, hard
&uArr CNEASY     geometry easy
&uArr COMCB      dfs easy
&uArr CPRIME     prime sieve-bitflag
&uArr CPRMT      dp lcs
&uArr CRSCNTRY   dp very easy
&uArr CUBES      ad-hoc easy
&uArr CZ_PROB1   dp easy
&uArr DANGER     josephsus problem
&uArr DEPEND     topological sort
&uArr DFLOOR     bitmasks
&uArr DIVSUM     prime factorization phi1
&uArr DIVSUM2    prime factorization phi1 hard
&uArr EASYPROB   ad-hoc tricky
&uArr EIGHTS     math
&uArr EMP        ad-hoc stupid
&uArr EQBOX      geometry medium
&uArr EQDIV      bfs easy
&uArr ETF        eular totient function
&uArr FACT0      prime factorization medium
&uArr FACT1      prime factorization hard
&uArr FACVSPOW   math precalculation medium
&uArr FASHION    sorting easy
&uArr FCANDY     dp weak test data
&uArr FCTRL      number theory easy
&uArr FCTRL2     big-int factorial
&uArr FENCE1     geometry easy
&uArr FPOLICE    dp medium
&uArr GCD2       gcd string-mod easy
&uArr GCD3       math gcd tricky
&uArr GCDEX      math eular totient tricky
&uArr GEOPROB    geometry tricky
&uArr GEORGE     dijkstra nice
&uArr GERGOVIA   greedy
&uArr GNY07A     ad-hoc stupid
&uArr GNY07B     ad-hoc stupid
&uArr GNY07H     dp bitmask tricky
&uArr GORELIAN   bfs hard
&uArr GUESSING   funny interactive
&uArr HALLOW     dp easy
&uArr HASHIT     simulation tricky
&uArr HELPBOB    dp bitmask
&uArr HIGHWAYS   dijkstra
&uArr HIST2      dp bitmask
&uArr HS08PAUL   number theory easy
&uArr HUBULLU    ad-hoc stupid
&uArr IMAGE      flood fill
&uArr INCARDS    dijkstra medium
&uArr JAVAC      ad-hoc string manipulation
&uArr JULKA      big-int calculation
&uArr KGSS       segment tree easy
&uArr KROW       ad-hoc game simulation
&uArr LABYR1     dfs easy
&uArr LASTDIG    precalculation easy
&uArr M3TILE     dp bitmask
&uArr MARBLES    combinatorics
&uArr MATSUM     2d binary indexed tree
&uArr MAWORK     bfs good state
&uArr MAYA       simulation easy
&uArr MBEEWALK   dp different dx, dy
&uArr MBLAST     dp easy
&uArr MCHAOS     binary indexed tree
&uArr MCIRGAME   big int dp catalan numbers
&uArr MCOINS     very easy DP
&uArr MDIGITS    dp medium
&uArr MELE3      dijkstra
&uArr MENU       medium dp
&uArr MEOWIST    sorting easy
&uArr MICEMAZE   dijkstra / bfs
&uArr MINVEST    dp knapsack medium
&uArr MIRRORED   ad-hoc very stupid
&uArr MIXTURES   medium dp, matrix chain multiplication
&uArr MKBUDGET   easy dp
&uArr MKUHAR     simple math binary search hard
&uArr MLAND      kruskals ternary search
&uArr MLASERP    bfs normal
&uArr MMASS      expression evaluation
&uArr MMAXPER    dp easy
&uArr MMINPAID   dp / bfs bitmask
&uArr MNERED     dp
&uArr MONODIG    bfs hard
&uArr MORSE      dp medium
&uArr MPILOT     dp easy
&uArr MPOLY      geometry ternary search
&uArr MREPLBRC   dp very hard
&uArr MSE06H     binary indexed tree easy
&uArr MSTRING    dp medium
&uArr MTOTALF    maxflow easy
&uArr MZVRK      adhoc easy
&uArr NEG2       base conversion easy
&uArr NGM        number game observation
&uArr NHAY       kmp stream
&uArr NOCHANGE   dp hard
&uArr NOTATRI    binary search
&uArr NSTEPS     ad-hoc easy
&uArr NSYSTEM    mcxi conversion
&uArr ODDDIV     number theory precomputation
&uArr ONP        postfix transformation
&uArr PAGAIN     primes tricky
&uArr PALIN      ad-hoc medium
&uArr PARTY      dp easy
&uArr PATHEADS   concept of bucket sort and sieve
&uArr PDECODE    permutation exponentiation
&uArr PEBBMOV    take away game simulation
&uArr PERMUT2    ad-hoc easy
&uArr PHIDIAS    dp easy
&uArr PHONELST   radix tree
&uArr PIE        binary search easy
&uArr PIGBANK    dp easy ugly optimisations needed
&uArr PIZZALOC   bitmasks easy
&uArr PLHOP      matrix exponentiation
&uArr POLEVAL    ad-hoc tricky
&uArr PON        miller rabin weak data
&uArr PQUEUE     ad-hoc easy
&uArr PRIME1     segmented sieve
&uArr PRO        set
&uArr PT07Y      dfs easy
&uArr PT07Z      dfs easy
&uArr QUALITY    ad-hoc easy
&uArr QUEEN      bfs hard
&uArr RAIN3      dp easy
&uArr RAINBOW    dp knapsack on components easy
&uArr RATING     binary indexed tree
&uArr REMGAME    recursion memoisation easy weak test data
&uArr RENT       dp binary search
&uArr ROCK       easy dp
&uArr SAMER08A   dijkstras basic graph theory
&uArr SAMER08C   dp medium
&uArr SAMER08D   dp hard
&uArr SAMER08F   math
&uArr SBANK      sorting medium
&uArr SCALE      brute force binary search
&uArr SCAVHUNT   ad-hoc medium
&uArr SCUBADIV   dp easy
&uArr SQFREE     number theory sieve hard inclusion exclusion
&uArr SQRBR      dp easy
&uArr SQRROOT    big-int square root
&uArr STAMPS     ad-hoc easy
&uArr STPAR      stack
&uArr STREET     dp hard
&uArr SUBSUMS    bitmasks binary search
&uArr SUMFOUR    binary search easy
&uArr SUMITR     dp very easy
&uArr SVADA      binary search hard
&uArr TCOUNT2    math medium
&uArr TCOUNT3    math hard
&uArr TEMPTISL   dp easy
&uArr TEST       spoj hello world
&uArr THREECOL   dp
&uArr TOANDFRO   encoding decoding
&uArr TOE1       tic tac toe easy
&uArr TOE2       tic tac toe easy
&uArr TRAFFICN   dijkstra easy basic graph theory
&uArr TRANK      ad-hoc easy
&uArr TRICOUNT   math easy
&uArr TRSTAGE    dijkstra bitmasks medium
&uArr TRT        dp easy
&uArr TUTMRBL    primes easy
&uArr TWINSNOW   sorting tricky weak data
&uArr TWOSQRS    number theory primes
&uArr UCI2009B   number theory easy
&uArr UJ         big-int calculation
&uArr UPSUB      dp lis
&uArr WIJGT      geometry dfs
&uArr WORDCNT    ad-hoc easy
&uArr YODA       dp easy

More Related Content

Recently uploaded

The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfEnterprise Knowledge
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Servicegiselly40
 
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsTop 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsRoshan Dwivedi
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024Results
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processorsdebabhi2
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...Neo4j
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Scriptwesley chun
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slidevu2urc
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 

Recently uploaded (20)

The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsTop 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 

Featured

How Race, Age and Gender Shape Attitudes Towards Mental Health
How Race, Age and Gender Shape Attitudes Towards Mental HealthHow Race, Age and Gender Shape Attitudes Towards Mental Health
How Race, Age and Gender Shape Attitudes Towards Mental HealthThinkNow
 
AI Trends in Creative Operations 2024 by Artwork Flow.pdf
AI Trends in Creative Operations 2024 by Artwork Flow.pdfAI Trends in Creative Operations 2024 by Artwork Flow.pdf
AI Trends in Creative Operations 2024 by Artwork Flow.pdfmarketingartwork
 
PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024Neil Kimberley
 
Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)contently
 
How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024Albert Qian
 
Social Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie InsightsSocial Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie InsightsKurio // The Social Media Age(ncy)
 
Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024Search Engine Journal
 
5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summary5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summarySpeakerHub
 
ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd Clark Boyd
 
Getting into the tech field. what next
Getting into the tech field. what next Getting into the tech field. what next
Getting into the tech field. what next Tessa Mero
 
Google's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search IntentGoogle's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search IntentLily Ray
 
Time Management & Productivity - Best Practices
Time Management & Productivity -  Best PracticesTime Management & Productivity -  Best Practices
Time Management & Productivity - Best PracticesVit Horky
 
The six step guide to practical project management
The six step guide to practical project managementThe six step guide to practical project management
The six step guide to practical project managementMindGenius
 
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...RachelPearson36
 
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...Applitools
 
12 Ways to Increase Your Influence at Work
12 Ways to Increase Your Influence at Work12 Ways to Increase Your Influence at Work
12 Ways to Increase Your Influence at WorkGetSmarter
 

Featured (20)

How Race, Age and Gender Shape Attitudes Towards Mental Health
How Race, Age and Gender Shape Attitudes Towards Mental HealthHow Race, Age and Gender Shape Attitudes Towards Mental Health
How Race, Age and Gender Shape Attitudes Towards Mental Health
 
AI Trends in Creative Operations 2024 by Artwork Flow.pdf
AI Trends in Creative Operations 2024 by Artwork Flow.pdfAI Trends in Creative Operations 2024 by Artwork Flow.pdf
AI Trends in Creative Operations 2024 by Artwork Flow.pdf
 
Skeleton Culture Code
Skeleton Culture CodeSkeleton Culture Code
Skeleton Culture Code
 
PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024
 
Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)
 
How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024
 
Social Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie InsightsSocial Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie Insights
 
Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024
 
5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summary5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summary
 
ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd
 
Getting into the tech field. what next
Getting into the tech field. what next Getting into the tech field. what next
Getting into the tech field. what next
 
Google's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search IntentGoogle's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search Intent
 
How to have difficult conversations
How to have difficult conversations How to have difficult conversations
How to have difficult conversations
 
Introduction to Data Science
Introduction to Data ScienceIntroduction to Data Science
Introduction to Data Science
 
Time Management & Productivity - Best Practices
Time Management & Productivity -  Best PracticesTime Management & Productivity -  Best Practices
Time Management & Productivity - Best Practices
 
The six step guide to practical project management
The six step guide to practical project managementThe six step guide to practical project management
The six step guide to practical project management
 
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
 
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...
 
12 Ways to Increase Your Influence at Work
12 Ways to Increase Your Influence at Work12 Ways to Increase Your Influence at Work
12 Ways to Increase Your Influence at Work
 
ChatGPT webinar slides
ChatGPT webinar slidesChatGPT webinar slides
ChatGPT webinar slides
 

Spoj Hints

  • 1. Problem ID Hints &uArr ABCDEF binary search &uArr ABSYS ad-hoc easy &uArr ACMAKER dp hard &uArr ACODE dp medium &uArr ACS ad-hoc tricky &uArr ACT ad-hoc stupid &uArr ADDREV big-int easy &uArr AE00 prime factorization &uArr AE1B sorting stupid &uArr AIBOHP dp medium &uArr ALL bfs nice hard implementation &uArr ANARC05B dp binary search &uArr ANARC05H dp &uArr ANARC07C simulation medium &uArr ANARC07G dp &uArr ANARC08B ad-hoc stupid &uArr ANARC08E dp &uArr ANARC08F shortest path &uArr ANARC08G elementary graph theory &uArr ANARC08H josephsus problem &uArr ARITH output formatting tricky &uArr ARITH2 ad-hoc stupid &uArr ARMY ad-hoc stupid &uArr BABTWR easy lis &uArr BABY hard dp, bitmasks &uArr BASE base conversion easy &uArr BINGO ad-hoc easy &uArr BISHOPS number theory, combinatorics &uArr BOOKS1 binary search &uArr BRCKTS segment tree
  • 2. &uArr BRCKTS2 dp medium &uArr BST binary search tricky &uArr BYTESE1 dijkstra &uArr BYTESM2 dp easy &uArr CANDY ad-hoc easy &uArr CANDY3 ad-hoc stupid &uArr CANTON simple math &uArr CERC07B bitmasks &uArr CERC07K bfs nice state &uArr CHMAZE bfs nice state &uArr CLEANRBT bfs then dp, hard &uArr CNEASY geometry easy &uArr COMCB dfs easy &uArr CPRIME prime sieve-bitflag &uArr CPRMT dp lcs &uArr CRSCNTRY dp very easy &uArr CUBES ad-hoc easy &uArr CZ_PROB1 dp easy &uArr DANGER josephsus problem &uArr DEPEND topological sort &uArr DFLOOR bitmasks &uArr DIVSUM prime factorization phi1 &uArr DIVSUM2 prime factorization phi1 hard &uArr EASYPROB ad-hoc tricky &uArr EIGHTS math &uArr EMP ad-hoc stupid &uArr EQBOX geometry medium &uArr EQDIV bfs easy &uArr ETF eular totient function &uArr FACT0 prime factorization medium &uArr FACT1 prime factorization hard
  • 3. &uArr FACVSPOW math precalculation medium &uArr FASHION sorting easy &uArr FCANDY dp weak test data &uArr FCTRL number theory easy &uArr FCTRL2 big-int factorial &uArr FENCE1 geometry easy &uArr FPOLICE dp medium &uArr GCD2 gcd string-mod easy &uArr GCD3 math gcd tricky &uArr GCDEX math eular totient tricky &uArr GEOPROB geometry tricky &uArr GEORGE dijkstra nice &uArr GERGOVIA greedy &uArr GNY07A ad-hoc stupid &uArr GNY07B ad-hoc stupid &uArr GNY07H dp bitmask tricky &uArr GORELIAN bfs hard &uArr GUESSING funny interactive &uArr HALLOW dp easy &uArr HASHIT simulation tricky &uArr HELPBOB dp bitmask &uArr HIGHWAYS dijkstra &uArr HIST2 dp bitmask &uArr HS08PAUL number theory easy &uArr HUBULLU ad-hoc stupid &uArr IMAGE flood fill &uArr INCARDS dijkstra medium &uArr JAVAC ad-hoc string manipulation &uArr JULKA big-int calculation &uArr KGSS segment tree easy &uArr KROW ad-hoc game simulation
  • 4. &uArr LABYR1 dfs easy &uArr LASTDIG precalculation easy &uArr M3TILE dp bitmask &uArr MARBLES combinatorics &uArr MATSUM 2d binary indexed tree &uArr MAWORK bfs good state &uArr MAYA simulation easy &uArr MBEEWALK dp different dx, dy &uArr MBLAST dp easy &uArr MCHAOS binary indexed tree &uArr MCIRGAME big int dp catalan numbers &uArr MCOINS very easy DP &uArr MDIGITS dp medium &uArr MELE3 dijkstra &uArr MENU medium dp &uArr MEOWIST sorting easy &uArr MICEMAZE dijkstra / bfs &uArr MINVEST dp knapsack medium &uArr MIRRORED ad-hoc very stupid &uArr MIXTURES medium dp, matrix chain multiplication &uArr MKBUDGET easy dp &uArr MKUHAR simple math binary search hard &uArr MLAND kruskals ternary search &uArr MLASERP bfs normal &uArr MMASS expression evaluation &uArr MMAXPER dp easy &uArr MMINPAID dp / bfs bitmask &uArr MNERED dp &uArr MONODIG bfs hard &uArr MORSE dp medium &uArr MPILOT dp easy
  • 5. &uArr MPOLY geometry ternary search &uArr MREPLBRC dp very hard &uArr MSE06H binary indexed tree easy &uArr MSTRING dp medium &uArr MTOTALF maxflow easy &uArr MZVRK adhoc easy &uArr NEG2 base conversion easy &uArr NGM number game observation &uArr NHAY kmp stream &uArr NOCHANGE dp hard &uArr NOTATRI binary search &uArr NSTEPS ad-hoc easy &uArr NSYSTEM mcxi conversion &uArr ODDDIV number theory precomputation &uArr ONP postfix transformation &uArr PAGAIN primes tricky &uArr PALIN ad-hoc medium &uArr PARTY dp easy &uArr PATHEADS concept of bucket sort and sieve &uArr PDECODE permutation exponentiation &uArr PEBBMOV take away game simulation &uArr PERMUT2 ad-hoc easy &uArr PHIDIAS dp easy &uArr PHONELST radix tree &uArr PIE binary search easy &uArr PIGBANK dp easy ugly optimisations needed &uArr PIZZALOC bitmasks easy &uArr PLHOP matrix exponentiation &uArr POLEVAL ad-hoc tricky &uArr PON miller rabin weak data &uArr PQUEUE ad-hoc easy
  • 6. &uArr PRIME1 segmented sieve &uArr PRO set &uArr PT07Y dfs easy &uArr PT07Z dfs easy &uArr QUALITY ad-hoc easy &uArr QUEEN bfs hard &uArr RAIN3 dp easy &uArr RAINBOW dp knapsack on components easy &uArr RATING binary indexed tree &uArr REMGAME recursion memoisation easy weak test data &uArr RENT dp binary search &uArr ROCK easy dp &uArr SAMER08A dijkstras basic graph theory &uArr SAMER08C dp medium &uArr SAMER08D dp hard &uArr SAMER08F math &uArr SBANK sorting medium &uArr SCALE brute force binary search &uArr SCAVHUNT ad-hoc medium &uArr SCUBADIV dp easy &uArr SQFREE number theory sieve hard inclusion exclusion &uArr SQRBR dp easy &uArr SQRROOT big-int square root &uArr STAMPS ad-hoc easy &uArr STPAR stack &uArr STREET dp hard &uArr SUBSUMS bitmasks binary search &uArr SUMFOUR binary search easy &uArr SUMITR dp very easy &uArr SVADA binary search hard &uArr TCOUNT2 math medium
  • 7. &uArr TCOUNT3 math hard &uArr TEMPTISL dp easy &uArr TEST spoj hello world &uArr THREECOL dp &uArr TOANDFRO encoding decoding &uArr TOE1 tic tac toe easy &uArr TOE2 tic tac toe easy &uArr TRAFFICN dijkstra easy basic graph theory &uArr TRANK ad-hoc easy &uArr TRICOUNT math easy &uArr TRSTAGE dijkstra bitmasks medium &uArr TRT dp easy &uArr TUTMRBL primes easy &uArr TWINSNOW sorting tricky weak data &uArr TWOSQRS number theory primes &uArr UCI2009B number theory easy &uArr UJ big-int calculation &uArr UPSUB dp lis &uArr WIJGT geometry dfs &uArr WORDCNT ad-hoc easy &uArr YODA dp easy