Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~180 People Reached
Favorite Forums
Favorite Tags
Member Avatar for lyxus

Hello Folks, I have a data structure that is represented like this [CODE] { 1: { 'A1': [ 3, [ 'Val1' ] ], 'A2': [ 9, [ 'Val2', 'Val3' ] } 2: { 'A3': [ 2, [ 'Val4' ] ], 'A4': [ 1, [ 'Val5', 'Val6' ] ] }, #etc.... …

Member Avatar for Gribouillis
0
65
Member Avatar for lyxus

Hello Guys, I am traversing a binary tree in java. I can print the whole tree whitout any problem. I do it this wat [code] private void printNode(String path) { if ((left==null) && (right==null)){ System.out.println("Val \"" + MyChar + "\" binary value " + path); } if (left != null) …

Member Avatar for BestJewSinceJC
0
63
Member Avatar for lyxus

Hello Guys, I was dumped in the middle of a project with not a lot of experience in MS SQL server. I have 3 little questions 1) If i receive a bak file(restore file) from another server, is it normal that if i restore the file i will no see …

Member Avatar for dickersonka
0
52