Elbit Systems Interview Question

Extract all table properties from an html pages and keep them in a data structure that enables searching, sorting, etc.

Interview Answer

Anonymous

Jul 24, 2021

used regex to extract the data from the pages, saved it to a dictionary and a list.