Skip to content

charan2628/UvaProblems

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Uva Star Problems

Introduction

Super Easy

Easy

Medium

Data Structures and Libraries

1D Array Manipulation

2D Array Manipulation

Java Collection

Bit Manipulation

Java LinkedList

Java Stack

Java Queue and Deque

Java TreeMap

Java TreeSet

Java PriorityQueue

Problem Solving Paradigms

Iterative (One Loop, Linear Scan)

Iterative (Two Nested Loops)

Iterative (Three or More Nested Loops, Easier)

Iterative (Three or More Nested Loops, Harder)

Recursive Backtracking (Easy)

Recursive Backtracking (Medium)

Binary Search

Binary Search the Answer

Greedy Classical, Usually Easier

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages