Pinned Repositories
BulkDataImportTask
Your class: * - will receive a file name (with full path) and mappings (like $mapping) * - should be able to import a given file (if all required headers are present) * - suggest a db structure and write SQL commands to create it * - be able to process big files with low enough memory usage.
excell-fill
firebase-notifications-test
MedianHeap
PHP does not have a built in function for calculating the median of an array. Write an implementation of a “MedianHeap” class that takes an array of numbers and can output it’s median. Also write a simple array_median() function that does not utilize heap strategies. Please benchmark the 2 solutions and determine which is faster. Please give a brief explanation on why you believe the faster implementation is faster.
react-native-samsung-wear
This is a test for two things, learning react native for android development and samsung wear
jcifuentes91's Repositories
jcifuentes91/BulkDataImportTask
Your class: * - will receive a file name (with full path) and mappings (like $mapping) * - should be able to import a given file (if all required headers are present) * - suggest a db structure and write SQL commands to create it * - be able to process big files with low enough memory usage.
jcifuentes91/excell-fill
jcifuentes91/firebase-notifications-test
jcifuentes91/MedianHeap
PHP does not have a built in function for calculating the median of an array. Write an implementation of a “MedianHeap” class that takes an array of numbers and can output it’s median. Also write a simple array_median() function that does not utilize heap strategies. Please benchmark the 2 solutions and determine which is faster. Please give a brief explanation on why you believe the faster implementation is faster.
jcifuentes91/react-native-samsung-wear
This is a test for two things, learning react native for android development and samsung wear