Pinned Repositories
AlmostPrime
Finding all almost prime numbers from 0 to n in linear time.
AlphaIterator
C++ practise with iterators and iterator_traits
Anagrams
Finding anagrams. Algorithmic problem
BenchmarkArrayLoop
BerlandRoads
Algorithmic problem 59E on codeforces.ru
CoffeeMachine
CoffeeMachine Software design
CudaBubbleSort
Bubble sort on CUDA vs Bubble sort on CPU
CudaRegexp9
Regular expression matching on CUDA
DiningPhilosophers
Dining philosophers problem
SedAndBashJolly
Bash, sed one-liners and scripts
Temp1ar's Repositories
Temp1ar/DiningPhilosophers
Dining philosophers problem
Temp1ar/Mapper
Map creation helper
Temp1ar/SortingComparables
Working with generics, wildcards.
Temp1ar/FileSystemWalker
Java homework. File system tree walker.
Temp1ar/MemFun1Ret
Implementation of mem_fun1_ret function with function pointers and functors.
Temp1ar/MessagesHandle
Homework from the first Java Lesson
Temp1ar/MathEvaluator
Mathematical expression evaluator
Temp1ar/AlphaIterator
C++ practise with iterators and iterator_traits
Temp1ar/multiplexer