You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update Stack and Queue files to use top and front properties (#351)
* Update Stack.swift and StackTests.swift to use top property
- peek() method was replaced with top property. Update Stack.swift and
StackTests.swift to use top property instead of peek() method.
- Fix indentation in Stack/README.markdown.
* Update Queue-Optimized.swift and QueueTests.swift to use front property
- peek() method was replaced with front property. Update
Queue-Optimized.swift and QueueTests.swift to use front property
instead of peek() method.
- Fix front property implementation of Queue-Optimized in
Queue/README.markdown.
* Update Queue-Simple.swift to use front property instead of peek() method
0 commit comments