top of page
Search

Day 3: 365 Days of Daily Coding

Writer's picture: Amulya CheralaAmulya Cherala

Today's coding challenge was tough and advanced for me. I ended up relying a lot on the discussion thread in #hackerrank to figure out the solution to the problem. It took me two hours of looking up different functions, learning the logic, understanding the concepts and piecing together new information. The research helped me learn about some new functions I needed to use in my solution and I have shared them with some links to resources for further learning (please let me know in the comments if you have additional resources):


2. PARTITION BY- https://lnkd.in/gV4St_W


Today's coding challenge (https://bit.ly/36MzrXr) : Pivot the Occupation column in OCCUPATIONS so that each Name is sorted alphabetically and displayed underneath its corresponding Occupation. The output column headers should be Doctor, Professor, Singer, and Actor, respectively.

Note: Print NULL when there are no more names corresponding to an occupation.



1 view0 comments

Recent Posts

See All

Comments


Post: Blog2_Post

©2020 by Amulya Cherala.

bottom of page