We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
You are expected to write a custom filter function without using built-in methods. Just return a new list with elements less than the delimiter while preserving order. Make sure your function matches the given signature for your language.
Cookie support is required to access HackerRank
Seems like cookies are disabled on this browser, please enable them to open this website
Filter Array
You are viewing a single comment's thread. Return to all comments →
You are expected to write a custom filter function without using built-in methods. Just return a new list with elements less than the delimiter while preserving order. Make sure your function matches the given signature for your language.