copy and paste this google map to your website or blog!
Press copy button and paste into your blog or website.
(Please switch to 'HTML' mode when posting into your blog. Examples: WordPress Example, Blogger Example)
Design Documents (High Level and Low Level Design Documents) High-Level Design (HLD) involves decomposing a system into modules, and representing the interfaces invocation relationships among modules An HLD is referred to as software architecture
algorithm - How to find LCA using HLD? - Stack Overflow As you know, HLD is built in O(n) time, as a result, total time is O(n + m*log^2n) My question is how to find LCA using already built HLD I cannot invent the algorithm I can use binary climb to get LCA, but it takes O(nlogn) preprocessing, which will make asymptotic behaviour worse
Flowchart or Sequence diagram to describe a process? After raising this question for more than 1 year now I have a preference for sequence diagram over flowchart for most of high level design documents Because in HLD I mostly want to show key components in my design and the interaction between them (who does what) If there is some branching logic in the interaction I can add note in it Let me quote this sequence diagram from the article
Position of GTS. CONTROL in Temenos OFS message header Where in the Temenos OFS message header one can pass in the GTS CONTROL parameter? I know that it is defined in the VERSION (application screen) in the field "GTS CONTROL", but can it be
VBA code to read tables from Word document - Stack Overflow Need help to modify this VBA code to read multiple tables from a Word document It only reads one table, but I would like to import more than one into the same Excel sheet Sub ImportWordTables()
How do i connect cpanel mysql database to prisma orm? I am currently developing a Next js app for a client and have been tasked with collecting user information, which needs to be stored in their cPanel MySQL database However, I'm facing challenges in
SQL Server Query for employee wise monthly attendance report hld_id thl_tp_id hld_st_dt hld_end_dt hld_cmnt holiday_types: hld_tp_id hld_tp_name hld_tp_desc attendance: att_id att_emp_id att_time att_date att_dir Can anyone help me querying to produce employee wise monthly attendance report where in time and out time for each date and "absent" would be written for absent days will be available? My report