• Email
  • Like
  • Save
  • Private Content
  • Embed
 

Masterizing php data structure 102

by

  • 2,805 views

We all have certainly learned data structures at school: arrays, lists, sets, stacks, queues (LIFO/FIFO), heaps, associative arrays, trees, … and what do we mostly use in PHP? The “array”! In ...

We all have certainly learned data structures at school: arrays, lists, sets, stacks, queues (LIFO/FIFO), heaps, associative arrays, trees, … and what do we mostly use in PHP? The “array”! In most cases, we do everything and anything with it but we stumble upon it when profiling code.
During this session, we’ll learn again to use the structures appropriately, leaning closer on the way to employ arrays, the SPL and other structures from PHP extensions as well.

Accessibility

Categories

Upload Details

Uploaded via SlideShare as Adobe PDF

Usage Rights

CC Attribution-ShareAlike LicenseCC Attribution-ShareAlike License

Flagged as inappropriate Flag as inappropriate
Flag as inappropriate

Select your reason for flagging this presentation as inappropriate. If needed, use the feedback form to let us know more details.

Cancel

Statistics

Likes
9
Downloads
98
Comments
1
Embed Views
0
Views on SlideShare
2,805
Total Views
2,805

11 of 1 previous next

  • JulioNikey Julio Nikey slide #49: $set1 + $set2; //union is actually intersection if you use numeric keys array('1','2') + array('3','4') = array('1','2') 7 months ago
    Are you sure you want to
Post Comment
Edit your comment

Masterizing php data structure 102 Masterizing php data structure 102 Presentation Transcript